Class TLcdISO19115TemporalExtent
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.extent.TLcdISO19115TemporalExtent
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115SpatialTemporalExtent
Models the extent or timespan of a dataset's temporal domain.
The extent is modeled in a single
GML time primitive.- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theextentelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionConvenience method that initializes the extent using the given time primitive. -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theEXTENT_PROPERTYproperty.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
-
EXTENT_PROPERTY
Data property that maps to theextentelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdGML32AbstractTimePrimitive>.
-
-
Constructor Details
-
TLcdISO19115TemporalExtent
public TLcdISO19115TemporalExtent() -
TLcdISO19115TemporalExtent
-
TLcdISO19115TemporalExtent
Convenience method that initializes the extent using the given time primitive.- Parameters:
aExtent- the time primitive- Since:
- 2018.0
-
-
Method Details
-
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.
-