Package com.luciad.ogc.csw.model
Class TLcdCSWRecord
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.csw.model.TLcdCSWAbstractRecord
com.luciad.ogc.csw.model.TLcdCSWDCMIRecord
com.luciad.ogc.csw.model.TLcdCSWRecord
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
This type extends DCMIRecordType to add ows:BoundingBox;
it may be used to specify a spatial envelope for the
catalogued resource.
- Since:
- 2017.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theBoundingBoxelement.static final TLcdDataPropertyData property that maps to theanyelement.static final TLcdDataPropertyData property that maps to theTemporalExtentelement.Fields inherited from class com.luciad.ogc.csw.model.TLcdCSWAbstractRecord
DELETED_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theBoundingBoxelement.Returns the value of the property that maps to theanyelement.Returns the value of the property that maps to theTemporalExtentelement.Methods inherited from class com.luciad.ogc.csw.model.TLcdCSWDCMIRecord
getContents, getElement, getElementAsStringMethods inherited from class com.luciad.ogc.csw.model.TLcdCSWAbstractRecord
getDeleted, setDeleted
-
Field Details
-
BOUNDING_BOX_PROPERTY
Data property that maps to theBoundingBoxelement. The possible values for this property are instances ofList<TLcdOWSBoundingBox>. -
TEMPORAL_EXTENT_PROPERTY
Data property that maps to theTemporalExtentelement. The possible values for this property are instances ofList<TLcdCSWTemporalExtent>. -
DC_ELEMENTS_PROPERTY
Data property that maps to theanyelement. The possible values for this property are instances ofList<TLcdDCElemSimpleLiteral>.
-
-
Constructor Details
-
TLcdCSWRecord
public TLcdCSWRecord() -
TLcdCSWRecord
-
-
Method Details
-
getBoundingBox
Returns the value of the property that maps to theBoundingBoxelement.- Returns:
- the value of the
BOUNDING_BOX_PROPERTYproperty.
-
getTemporalExtent
Returns the value of the property that maps to theTemporalExtentelement.- Returns:
- the value of the
TEMPORAL_EXTENT_PROPERTYproperty.
-
getDCElements
Returns the value of the property that maps to theanyelement.- Returns:
- the value of the
DC_ELEMENTS_PROPERTYproperty.
-