Class TLcdISO19115Dimension

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable

public class TLcdISO19115Dimension extends TLcdISO19118Object
Axis properties
Since:
10.0
  • Field Details

  • Constructor Details

    • TLcdISO19115Dimension

      public TLcdISO19115Dimension()
    • TLcdISO19115Dimension

      public TLcdISO19115Dimension(TLcdDataType aType)
  • Method Details

    • getDimensionName

      public TLcdISO19115DimensionNameTypeCode getDimensionName()
      Returns the role value contained in the value of the DIMENSION_NAME_PROPERTY property. Returns null if the value of the DIMENSION_NAME_PROPERTY property is null.
      Returns:
      the role value of the DIMENSION_NAME_PROPERTY property.
      See Also:
    • setDimensionName

      public void setDimensionName(TLcdISO19115DimensionNameTypeCode aValue)
      Sets the value of the property that maps to the dimensionName element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the DIMENSION_NAME_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DIMENSION_NAME_PROPERTY property.
    • getDimensionSize

      public Long getDimensionSize()
      Returns the role value contained in the value of the DIMENSION_SIZE_PROPERTY property. Returns null if the value of the DIMENSION_SIZE_PROPERTY property is null.
      Returns:
      the role value of the DIMENSION_SIZE_PROPERTY property.
      See Also:
    • setDimensionSize

      public void setDimensionSize(Long aValue)
      Sets the value of the property that maps to the dimensionSize element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the DIMENSION_SIZE_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the DIMENSION_SIZE_PROPERTY property.
    • getResolution

      public TLcdGML32Measure getResolution()
      Returns the role value contained in the value of the RESOLUTION_PROPERTY property. Returns null if the value of the RESOLUTION_PROPERTY property is null.
      Returns:
      the role value of the RESOLUTION_PROPERTY property.
      See Also:
    • setResolution

      public void setResolution(TLcdGML32Measure aValue)
      Sets the value of the property that maps to the resolution element. to a new instance of the association class TLcdISO19115Optional initialized with the given role value. In case the given role value is null, the RESOLUTION_PROPERTY property is set to null.
      Parameters:
      aValue - the role value to set for the RESOLUTION_PROPERTY property.