Class TLcdGML32PrimeMeridian

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

public class TLcdGML32PrimeMeridian extends TLcdGML32IdentifiedObject
A gml:PrimeMeridian defines the origin from which longitude values are determined. The default value for the prime meridian gml:identifier value is "Greenwich".
Since:
2026.0
  • Field Details

    • GREENWICH_LONGITUDE_PROPERTY

      public static final TLcdDataProperty GREENWICH_LONGITUDE_PROPERTY
      Data property that maps to the greenwichLongitude element. The possible values for this property are instances of TLcdGML32Angle.
  • Constructor Details

    • TLcdGML32PrimeMeridian

      public TLcdGML32PrimeMeridian()
    • TLcdGML32PrimeMeridian

      public TLcdGML32PrimeMeridian(TLcdDataType aType)
  • Method Details

    • getGreenwichLongitude

      public TLcdGML32Angle getGreenwichLongitude()
      Returns the value of the property that maps to the greenwichLongitude element.

      gml:greenwichLongitude is the longitude of the prime meridian measured from the Greenwich meridian, positive eastward. If the value of the prime meridian "name" is "Greenwich" then the value of greenwichLongitude shall be 0 degrees.

      Returns:
      the value of the GREENWICH_LONGITUDE_PROPERTY property.
    • setGreenwichLongitude

      public void setGreenwichLongitude(TLcdGML32Angle aValue)
      Sets the value of the property that maps to the greenwichLongitude element.

      gml:greenwichLongitude is the longitude of the prime meridian measured from the Greenwich meridian, positive eastward. If the value of the prime meridian "name" is "Greenwich" then the value of greenwichLongitude shall be 0 degrees.

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