Interface VerticalDatum

    • Method Detail

      • getVerticalDatumType

        @UML(identifier="vertDatumType",
             obligation=MANDATORY,
             specification=ISO_19111)
        VerticalDatumType getVerticalDatumType()
        The type of this vertical datum.
        Returns:
        the type of this vertical datum.
        See Also:
        Datum.getAnchorPoint()
        Departure from OGC/ISO specification:
        This attribute is kept conformant with the specification published in 2003. The 2007 revision of ISO 19111 removed this attribute, since this information can be encoded in the anchor definition. However GeoAPI keep this attribute for historical reasons, and because it provides some of the anchor definition information in a programmatic way more suitable to coordinate transformation engines.