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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theextent
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
ConstructorDescriptionConvenience method that initializes the extent using the given time primitive. -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theEXTENT_PROPERTY
property.void
Sets the value of the property that maps to theextent
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
EXTENT_PROPERTY
Data property that maps to theextent
element. 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_PROPERTY
property. Returnsnull
if the value of theEXTENT_PROPERTY
property isnull
.- Returns:
- the role value of the
EXTENT_PROPERTY
property. - See Also:
-
setExtent
Sets the value of the property that maps to theextent
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theEXTENT_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theEXTENT_PROPERTY
property.
-