Class TLcdISO19115SpatialTemporalExtent
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.extent.TLcdISO19115TemporalExtent
com.luciad.format.metadata.model.extent.TLcdISO19115SpatialTemporalExtent
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Extent with respect to date and time
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theextentelement.static final TLcdDataPropertyData property that maps to thespatialExtentelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theEXTENT_PROPERTYproperty.Gets the value of theSPATIAL_EXTENT_PROPERTYproperty adapted to a list ofTLcdISO19115GeographicExtentinstances.voidSets the value of the property that maps to theextentelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
SPATIAL_EXTENT_PROPERTY
Data property that maps to thespatialExtentelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115GeographicExtent>>. -
EXTENT_PROPERTY
Data property that maps to theextentelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdGML32AbstractTimePrimitive>.
-
-
Constructor Details
-
TLcdISO19115SpatialTemporalExtent
public TLcdISO19115SpatialTemporalExtent() -
TLcdISO19115SpatialTemporalExtent
-
-
Method Details
-
getSpatialExtent
Gets the value of theSPATIAL_EXTENT_PROPERTYproperty adapted to a list ofTLcdISO19115GeographicExtentinstances.- Returns:
- the value of the
SPATIAL_EXTENT_PROPERTYproperty adapted to a list ofTLcdISO19115GeographicExtentinstances. - See Also:
-
getExtent
Returns the role value contained in the value of theEXTENT_PROPERTYproperty. Returnsnullif the value of theEXTENT_PROPERTYproperty isnull.- Returns:
- the role value of the
EXTENT_PROPERTYproperty. - See Also:
-
setExtent
Sets the value of the property that maps to theextentelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theEXTENT_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theEXTENT_PROPERTYproperty.
-