Interface PrimeMeridian

    • Method Detail

      • getGreenwichLongitude

        @UML(identifier="greenwichLongitude",
             obligation=CONDITIONAL,
             specification=ISO_19111)
        double getGreenwichLongitude()
        Longitude of the prime meridian measured from the Greenwich meridian, positive eastward. The greenwichLongitude default value is zero, and that value shall be used when the meridian name value is "Greenwich".
        Returns:
        the prime meridian Greenwich longitude, in angular unit.
        Unit:
        Angle
      • getAngularUnit

        @UML(identifier="getAngularUnit",
             specification=OGC_01009)
        Unit<Angle> getAngularUnit()
        Returns the angular unit of the Greenwich longitude.
        Returns:
        the angular unit of Greenwich longitude.
        Departure from OGC/ISO specification:
        This attribute is inherited from an older OGC specification. In ISO 19111, greenwichLongitude is a property of type Angle rather than double, and the unit of measure is part of the Angle value.