Class TLcdGML32ProjectedCRS

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

public class TLcdGML32ProjectedCRS extends TLcdGML32AbstractGeneralDerivedCRS
gml:ProjectedCRS is a 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values.
Since:
2026.0
  • Field Details

  • Constructor Details

    • TLcdGML32ProjectedCRS

      public TLcdGML32ProjectedCRS()
    • TLcdGML32ProjectedCRS

      public TLcdGML32ProjectedCRS(TLcdDataType aType)
  • Method Details

    • getBaseCRS

      public ILcdDataObject getBaseCRS()
      Returns the value of the property that maps to the choice between the baseGeodeticCRS and baseGeographicCRS elements.

      The possible values for this property are instances of

      Returns:
      the value of the BASE_CRS_PROPERTY property.
    • setBaseCRS

      public void setBaseCRS(ILcdDataObject aValue)
      Sets the value of the property that maps to the choice between the baseGeodeticCRS and baseGeographicCRS elements.

      The possible values for this property are instances of

      Parameters:
      aValue - the value to set for the BASE_CRS_PROPERTY property.
    • getCartesianCS

      public TLcdGML32CartesianCS getCartesianCS()
      Returns the value of the property that maps to the cartesianCS element.

      gml:cartesianCS is an association role to the Cartesian coordinate system used by this CRS.

      Returns:
      the value of the CARTESIAN_CS_PROPERTY property.
      See Also:
    • setCartesianCS

      public void setCartesianCS(TLcdGML32CartesianCS aValue)
      Sets the value of the property that maps to the cartesianCS element.

      gml:cartesianCS is an association role to the Cartesian coordinate system used by this CRS.

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