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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theBoundingBox
element.static final TLcdDataProperty
Data property that maps to theany
element.static final TLcdDataProperty
Data property that maps to theTemporalExtent
element.Fields inherited from class com.luciad.ogc.csw.model.TLcdCSWAbstractRecord
DELETED_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theBoundingBox
element.Returns the value of the property that maps to theany
element.Returns the value of the property that maps to theTemporalExtent
element.Methods inherited from class com.luciad.ogc.csw.model.TLcdCSWDCMIRecord
getContents, getElement, getElementAsString
Methods inherited from class com.luciad.ogc.csw.model.TLcdCSWAbstractRecord
getDeleted, setDeleted
-
Field Details
-
BOUNDING_BOX_PROPERTY
Data property that maps to theBoundingBox
element. The possible values for this property are instances ofList<TLcdOWSBoundingBox>
. -
TEMPORAL_EXTENT_PROPERTY
Data property that maps to theTemporalExtent
element. The possible values for this property are instances ofList<TLcdCSWTemporalExtent>
. -
DC_ELEMENTS_PROPERTY
Data property that maps to theany
element. 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 theBoundingBox
element.- Returns:
- the value of the
BOUNDING_BOX_PROPERTY
property.
-
getTemporalExtent
Returns the value of the property that maps to theTemporalExtent
element.- Returns:
- the value of the
TEMPORAL_EXTENT_PROPERTY
property.
-
getDCElements
Returns the value of the property that maps to theany
element.- Returns:
- the value of the
DC_ELEMENTS_PROPERTY
property.
-