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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedimensionName
element.static final TLcdDataProperty
Data property that maps to thedimensionSize
element.static final TLcdDataProperty
Data property that maps to theresolution
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 theDIMENSION_NAME_PROPERTY
property.Returns the role value contained in the value of theDIMENSION_SIZE_PROPERTY
property.Returns the role value contained in the value of theRESOLUTION_PROPERTY
property.void
Sets the value of the property that maps to thedimensionName
element.void
setDimensionSize
(Long aValue) Sets the value of the property that maps to thedimensionSize
element.void
setResolution
(TLcdGML32Measure aValue) Sets the value of the property that maps to theresolution
element.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 thedimensionName
element. The possible values for this property are instances ofTLcdISO19115Optional<TLcdISO19115DimensionNameTypeCode>
. -
DIMENSION_SIZE_PROPERTY
Data property that maps to thedimensionSize
element. The possible values for this property are instances ofTLcdISO19115Optional<Long>
. -
RESOLUTION_PROPERTY
Data property that maps to theresolution
element. 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_PROPERTY
property. Returnsnull
if the value of theDIMENSION_NAME_PROPERTY
property isnull
.- Returns:
- the role value of the
DIMENSION_NAME_PROPERTY
property. - See Also:
-
setDimensionName
Sets the value of the property that maps to thedimensionName
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theDIMENSION_NAME_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theDIMENSION_NAME_PROPERTY
property.
-
getDimensionSize
Returns the role value contained in the value of theDIMENSION_SIZE_PROPERTY
property. Returnsnull
if the value of theDIMENSION_SIZE_PROPERTY
property isnull
.- Returns:
- the role value of the
DIMENSION_SIZE_PROPERTY
property. - See Also:
-
setDimensionSize
Sets the value of the property that maps to thedimensionSize
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theDIMENSION_SIZE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theDIMENSION_SIZE_PROPERTY
property.
-
getResolution
Returns the role value contained in the value of theRESOLUTION_PROPERTY
property. Returnsnull
if the value of theRESOLUTION_PROPERTY
property isnull
.- Returns:
- the role value of the
RESOLUTION_PROPERTY
property. - See Also:
-
setResolution
Sets the value of the property that maps to theresolution
element. to a new instance of the association classTLcdISO19115Optional
initialized with the given role value. In case the given role value isnull
, theRESOLUTION_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theRESOLUTION_PROPERTY
property.
-