Class TLcdISO19115Dimension
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.model.util.TLcdISO19118Object
com.luciad.format.metadata.model.spatial.TLcdISO19115Dimension
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Axis properties
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedimensionNameelement.static final TLcdDataPropertyData property that maps to thedimensionSizeelement.static final TLcdDataPropertyData property that maps to theresolutionelement.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 theDIMENSION_NAME_PROPERTYproperty.Returns the role value contained in the value of theDIMENSION_SIZE_PROPERTYproperty.Returns the role value contained in the value of theRESOLUTION_PROPERTYproperty.voidSets the value of the property that maps to thedimensionNameelement.voidsetDimensionSize(Long aValue) Sets the value of the property that maps to thedimensionSizeelement.voidsetResolution(TLcdGML32Measure aValue) Sets the value of the property that maps to theresolutionelement.Methods inherited from class com.luciad.format.metadata.model.util.TLcdISO19118Object
getId, getUuid, setId, setUuid
-
Field Details
-
DIMENSION_NAME_PROPERTY
Data property that maps to thedimensionNameelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115DimensionNameTypeCode>. -
DIMENSION_SIZE_PROPERTY
Data property that maps to thedimensionSizeelement. The possible values for this property are instances ofTLcdISO19115Optional<Long>. -
RESOLUTION_PROPERTY
Data property that maps to theresolutionelement. The possible values for this property are instances ofTLcdISO19115Optional<TLcdGML32Measure>.
-
-
Constructor Details
-
TLcdISO19115Dimension
public TLcdISO19115Dimension() -
TLcdISO19115Dimension
-
-
Method Details
-
getDimensionName
Returns the role value contained in the value of theDIMENSION_NAME_PROPERTYproperty. Returnsnullif the value of theDIMENSION_NAME_PROPERTYproperty isnull.- Returns:
- the role value of the
DIMENSION_NAME_PROPERTYproperty. - See Also:
-
setDimensionName
Sets the value of the property that maps to thedimensionNameelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theDIMENSION_NAME_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDIMENSION_NAME_PROPERTYproperty.
-
getDimensionSize
Returns the role value contained in the value of theDIMENSION_SIZE_PROPERTYproperty. Returnsnullif the value of theDIMENSION_SIZE_PROPERTYproperty isnull.- Returns:
- the role value of the
DIMENSION_SIZE_PROPERTYproperty. - See Also:
-
setDimensionSize
Sets the value of the property that maps to thedimensionSizeelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theDIMENSION_SIZE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theDIMENSION_SIZE_PROPERTYproperty.
-
getResolution
Returns the role value contained in the value of theRESOLUTION_PROPERTYproperty. Returnsnullif the value of theRESOLUTION_PROPERTYproperty isnull.- Returns:
- the role value of the
RESOLUTION_PROPERTYproperty. - See Also:
-
setResolution
Sets the value of the property that maps to theresolutionelement. to a new instance of the association classTLcdISO19115Optionalinitialized with the given role value. In case the given role value isnull, theRESOLUTION_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theRESOLUTION_PROPERTYproperty.
-