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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedescriptionelement.static final TLcdDataPropertyData property that maps to thegeographicElementelement.static final TLcdDataPropertyData property that maps to thetemporalElementelement.static final TLcdDataPropertyData property that maps to theverticalElementelement.Fields inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
ID_PROPERTY, UUID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the role value contained in the value of theDESCRIPTION_PROPERTYproperty.Gets the value of theGEOGRAPHIC_ELEMENT_PROPERTYproperty adapted to a list ofTLcdISO19115GeographicExtentinstances.Gets the value of theTEMPORAL_ELEMENT_PROPERTYproperty adapted to a list ofTLcdISO19115TemporalExtentinstances.Gets the value of theVERTICAL_ELEMENT_PROPERTYproperty adapted to a list ofTLcdISO19115VerticalExtentinstances.voidsetDescription(String aValue) Sets the value of the property that maps to thedescriptionelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
DESCRIPTION_PROPERTY
Data property that maps to thedescriptionelement. The possible values for this property are instances ofTLcdISO19115Optional<String>. -
GEOGRAPHIC_ELEMENT_PROPERTY
Data property that maps to thegeographicElementelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115GeographicExtent>>. -
TEMPORAL_ELEMENT_PROPERTY
Data property that maps to thetemporalElementelement. The possible values for this property are instances ofList<TLcdISO19118Property<TLcdISO19115TemporalExtent>>. -
VERTICAL_ELEMENT_PROPERTY
Data property that maps to theverticalElementelement. 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_PROPERTYproperty. Returnsnullif the value of theDESCRIPTION_PROPERTYproperty isnull.- Returns:
- the role value of the
DESCRIPTION_PROPERTYproperty. - See Also:
-
setDescription
Sets the value of the property that maps to thedescriptionelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theDESCRIPTION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDESCRIPTION_PROPERTYproperty.
-
getGeographicElement
Gets the value of theGEOGRAPHIC_ELEMENT_PROPERTYproperty adapted to a list ofTLcdISO19115GeographicExtentinstances.- Returns:
- the value of the
GEOGRAPHIC_ELEMENT_PROPERTYproperty adapted to a list ofTLcdISO19115GeographicExtentinstances. - See Also:
-
getTemporalElement
Gets the value of theTEMPORAL_ELEMENT_PROPERTYproperty adapted to a list ofTLcdISO19115TemporalExtentinstances.- Returns:
- the value of the
TEMPORAL_ELEMENT_PROPERTYproperty adapted to a list ofTLcdISO19115TemporalExtentinstances. - See Also:
-
getVerticalElement
Gets the value of theVERTICAL_ELEMENT_PROPERTYproperty adapted to a list ofTLcdISO19115VerticalExtentinstances.- Returns:
- the value of the
VERTICAL_ELEMENT_PROPERTYproperty adapted to a list ofTLcdISO19115VerticalExtentinstances. - See Also:
-