Class TLcdISO19115Extent
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.extent.TLcdISO19115Extent
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Information about spatial, vertical, and temporal extent
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedescription
element.static final TLcdDataProperty
Data property that maps to thegeographicElement
element.static final TLcdDataProperty
Data property that maps to thetemporalElement
element.static final TLcdDataProperty
Data property that maps to theverticalElement
element.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theDESCRIPTION_PROPERTY
property.Gets the value of theGEOGRAPHIC_ELEMENT_PROPERTY
property adapted to a list ofTLcdISO19115GeographicExtent
instances.Gets the value of theTEMPORAL_ELEMENT_PROPERTY
property adapted to a list ofTLcdISO19115TemporalExtent
instances.Gets the value of theVERTICAL_ELEMENT_PROPERTY
property adapted to a list ofTLcdISO19115VerticalExtent
instances.void
setDescription
(String aValue) Sets the value of the property that maps to thedescription
element.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
DESCRIPTION_PROPERTY
Data property that maps to thedescription
element. The possible values for this property are instances ofTLcdISO19115Optional<String>
. -
GEOGRAPHIC_ELEMENT_PROPERTY
Data property that maps to thegeographicElement
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115GeographicExtent>>
. -
TEMPORAL_ELEMENT_PROPERTY
Data property that maps to thetemporalElement
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115TemporalExtent>>
. -
VERTICAL_ELEMENT_PROPERTY
Data property that maps to theverticalElement
element. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115VerticalExtent>>
.
-
-
Constructor Details
-
TLcdISO19115Extent
public TLcdISO19115Extent() -
TLcdISO19115Extent
-
-
Method Details
-
getDescription
Returns the role value contained in the value of theDESCRIPTION_PROPERTY
property. Returnsnull
if the value of theDESCRIPTION_PROPERTY
property isnull
.- Returns:
- the role value of the
DESCRIPTION_PROPERTY
property. - See Also:
-
setDescription
Sets the value of the property that maps to thedescription
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theDESCRIPTION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theDESCRIPTION_PROPERTY
property.
-
getGeographicElement
Gets the value of theGEOGRAPHIC_ELEMENT_PROPERTY
property adapted to a list ofTLcdISO19115GeographicExtent
instances.- Returns:
- the value of the
GEOGRAPHIC_ELEMENT_PROPERTY
property adapted to a list ofTLcdISO19115GeographicExtent
instances. - See Also:
-
getTemporalElement
Gets the value of theTEMPORAL_ELEMENT_PROPERTY
property adapted to a list ofTLcdISO19115TemporalExtent
instances.- Returns:
- the value of the
TEMPORAL_ELEMENT_PROPERTY
property adapted to a list ofTLcdISO19115TemporalExtent
instances. - See Also:
-
getVerticalElement
Gets the value of theVERTICAL_ELEMENT_PROPERTY
property adapted to a list ofTLcdISO19115VerticalExtent
instances.- Returns:
- the value of the
VERTICAL_ELEMENT_PROPERTY
property adapted to a list ofTLcdISO19115VerticalExtent
instances. - See Also:
-