Class TLcdGML32GeodeticDatum

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

public class TLcdGML32GeodeticDatum extends TLcdGML32AbstractDatum
gml:GeodeticDatum is a geodetic datum defines the precise location and orientation in 3-dimensional space of a defined ellipsoid (or sphere), or of a Cartesian coordinate system centered in this ellipsoid (or sphere).
Since:
2026.0
  • Field Details

  • Constructor Details

    • TLcdGML32GeodeticDatum

      public TLcdGML32GeodeticDatum()
    • TLcdGML32GeodeticDatum

      public TLcdGML32GeodeticDatum(TLcdDataType aType)
  • Method Details

    • getPrimeMeridian

      public TLcdGML32PrimeMeridian getPrimeMeridian()
      Returns the value of the property that maps to the primeMeridian element.

      gml:primeMeridian is an association role to the prime meridian used by this geodetic datum.

      Returns:
      the value of the PRIME_MERIDIAN_PROPERTY property.
      See Also:
    • setPrimeMeridian

      public void setPrimeMeridian(TLcdGML32PrimeMeridian aValue)
      Sets the value of the property that maps to the primeMeridian element.

      gml:primeMeridian is an association role to the prime meridian used by this geodetic datum.

      Parameters:
      aValue - the value to set for the PRIME_MERIDIAN_PROPERTY property.
    • getEllipsoid

      public TLcdGML32Ellipsoid getEllipsoid()
      Returns the value of the property that maps to the ellipsoid element.

      gml:ellipsoid is an association role to the ellipsoid used by this geodetic datum.

      Returns:
      the value of the ELLIPSOID_PROPERTY property.
      See Also:
    • setEllipsoid

      public void setEllipsoid(TLcdGML32Ellipsoid aValue)
      Sets the value of the property that maps to the ellipsoid element.

      gml:ellipsoid is an association role to the ellipsoid used by this geodetic datum.

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