Class TLcdGML32CoordinateSystemAxis

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19115CoordinateSystemAxis, TLcdISO19115CoordinateSystemAxisAlt

public class TLcdGML32CoordinateSystemAxis extends TLcdGML32IdentifiedObject
gml:CoordinateSystemAxis is a definition of a coordinate system axis.
Since:
2026.0
  • Field Details

    • UOM_PROPERTY

      public static final TLcdDataProperty UOM_PROPERTY
      Data property that maps to the uom attribute. The possible values for this property are instances of
      • String
      • URI
    • AXIS_ABBREV_PROPERTY

      public static final TLcdDataProperty AXIS_ABBREV_PROPERTY
      Data property that maps to the axisAbbrev element. The possible values for this property are instances of TLcdGML32Code.
    • AXIS_DIRECTION_PROPERTY

      public static final TLcdDataProperty AXIS_DIRECTION_PROPERTY
      Data property that maps to the axisDirection element. The possible values for this property are instances of TLcdGML32CodeWithAuthority.
    • MINIMUM_VALUE_PROPERTY

      public static final TLcdDataProperty MINIMUM_VALUE_PROPERTY
      Data property that maps to the minimumValue element. The possible values for this property are instances of Double.
    • MAXIMUM_VALUE_PROPERTY

      public static final TLcdDataProperty MAXIMUM_VALUE_PROPERTY
      Data property that maps to the maximumValue element. The possible values for this property are instances of Double.
    • RANGE_MEANING_PROPERTY

      public static final TLcdDataProperty RANGE_MEANING_PROPERTY
      Data property that maps to the rangeMeaning element. The possible values for this property are instances of TLcdGML32CodeWithAuthority.
  • Constructor Details

    • TLcdGML32CoordinateSystemAxis

      public TLcdGML32CoordinateSystemAxis()
    • TLcdGML32CoordinateSystemAxis

      public TLcdGML32CoordinateSystemAxis(TLcdDataType aType)
  • Method Details

    • getUom

      public Object getUom()
      Returns the value of the property that maps to the uom attribute.

      The possible values for this property are instances of

      • String
      • URI

      The uom attribute provides an identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.

      Returns:
      the value of the UOM_PROPERTY property.
    • setUom

      public void setUom(Object aValue)
      Sets the value of the property that maps to the uom attribute.

      The possible values for this property are instances of

      • String
      • URI

      The uom attribute provides an identifier of the unit of measure used for this coordinate system axis. The value of this coordinate in a coordinate tuple shall be recorded using this unit of measure, whenever those coordinates use a coordinate reference system that uses a coordinate system that uses this axis.

      Parameters:
      aValue - the value to set for the UOM_PROPERTY property.
    • getAxisAbbrev

      public TLcdGML32Code getAxisAbbrev()
      Returns the value of the property that maps to the axisAbbrev element.

      gml:axisAbbrev is the abbreviation used for this coordinate system axis; this abbreviation is also used to identify the coordinates in the coordinate tuple. The codeSpace attribute may reference a source of more information on a set of standardized abbreviations, or on this abbreviation.

      Returns:
      the value of the AXIS_ABBREV_PROPERTY property.
    • setAxisAbbrev

      public void setAxisAbbrev(TLcdGML32Code aValue)
      Sets the value of the property that maps to the axisAbbrev element.

      gml:axisAbbrev is the abbreviation used for this coordinate system axis; this abbreviation is also used to identify the coordinates in the coordinate tuple. The codeSpace attribute may reference a source of more information on a set of standardized abbreviations, or on this abbreviation.

      Parameters:
      aValue - the value to set for the AXIS_ABBREV_PROPERTY property.
    • getAxisDirection

      public TLcdGML32CodeWithAuthority getAxisDirection()
      Returns the value of the property that maps to the axisDirection element.

      gml:axisDirection is the direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin). Within any set of coordinate system axes, only one of each pair of terms may be used. For earth-fixed CRSs, this direction is often approximate and intended to provide a human interpretable meaning to the axis. When a geodetic datum is used, the precise directions of the axes may therefore vary slightly from this approximate direction. The codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.

      Returns:
      the value of the AXIS_DIRECTION_PROPERTY property.
    • setAxisDirection

      public void setAxisDirection(TLcdGML32CodeWithAuthority aValue)
      Sets the value of the property that maps to the axisDirection element.

      gml:axisDirection is the direction of this coordinate system axis (or in the case of Cartesian projected coordinates, the direction of this coordinate system axis at the origin). Within any set of coordinate system axes, only one of each pair of terms may be used. For earth-fixed CRSs, this direction is often approximate and intended to provide a human interpretable meaning to the axis. When a geodetic datum is used, the precise directions of the axes may therefore vary slightly from this approximate direction. The codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.

      Parameters:
      aValue - the value to set for the AXIS_DIRECTION_PROPERTY property.
    • getMinimumValue

      public Double getMinimumValue()
      Returns the value of the property that maps to the minimumValue element.

      The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.

      Returns:
      the value of the MINIMUM_VALUE_PROPERTY property.
    • setMinimumValue

      public void setMinimumValue(Double aValue)
      Sets the value of the property that maps to the minimumValue element.

      The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.

      Parameters:
      aValue - the value to set for the MINIMUM_VALUE_PROPERTY property.
    • getMaximumValue

      public Double getMaximumValue()
      Returns the value of the property that maps to the maximumValue element.

      The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.

      Returns:
      the value of the MAXIMUM_VALUE_PROPERTY property.
    • setMaximumValue

      public void setMaximumValue(Double aValue)
      Sets the value of the property that maps to the maximumValue element.

      The gml:minimumValue and gml:maximumValue properties allow the specification of minimum and maximum value normally allowed for this axis, in the unit of measure for the axis. For a continuous angular axis such as longitude, the values wrap-around at this value. Also, values beyond this minimum/maximum can be used for specified purposes, such as in a bounding box. A value of minus infinity shall be allowed for the gml:minimumValue element, a value of plus infiniy for the gml:maximumValue element. If these elements are omitted, the value is unspecified.

      Parameters:
      aValue - the value to set for the MAXIMUM_VALUE_PROPERTY property.
    • getRangeMeaning

      public TLcdGML32CodeWithAuthority getRangeMeaning()
      Returns the value of the property that maps to the rangeMeaning element.

      gml:rangeMeaning describes the meaning of axis value range specified by gml:minimumValue and gml:maximumValue. This element shall be omitted when both gml:minimumValue and gml:maximumValue are omitted. This element should be included when gml:minimumValue and/or gml:maximumValue are included. If this element is omitted when the gml:minimumValue and/or gml:maximumValue are included, the meaning is unspecified. The codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.

      Returns:
      the value of the RANGE_MEANING_PROPERTY property.
    • setRangeMeaning

      public void setRangeMeaning(TLcdGML32CodeWithAuthority aValue)
      Sets the value of the property that maps to the rangeMeaning element.

      gml:rangeMeaning describes the meaning of axis value range specified by gml:minimumValue and gml:maximumValue. This element shall be omitted when both gml:minimumValue and gml:maximumValue are omitted. This element should be included when gml:minimumValue and/or gml:maximumValue are included. If this element is omitted when the gml:minimumValue and/or gml:maximumValue are included, the meaning is unspecified. The codeSpace attribute shall reference a source of information specifying the values and meanings of all the allowed string values for this property.

      Parameters:
      aValue - the value to set for the RANGE_MEANING_PROPERTY property.