Class VerticalDatum


  • public class VerticalDatum
    extends CrsIdentifiable
    Vertical Datum

    Determines how elevation is to be interpreted. See this Wikipedia page). It is modeled here as in the OGC specification "OpenGIS Implementation Specification: Coordinate Transformation Services" (rev. 1.00)"

    Created by Karel Maesen, Geovise BVBA on 29/11/14.
    • Field Detail

      • UNKNOWN_VERTICAL_DATUM

        public static final VerticalDatum UNKNOWN_VERTICAL_DATUM
    • Constructor Detail

      • VerticalDatum

        public VerticalDatum​(CrsId crsId,
                             String name,
                             int datumtype)
        Constructs an instance.
        Parameters:
        crsId -
        name -
      • VerticalDatum

        public VerticalDatum​(CrsId crsId,
                             String name,
                             int datumtype,
                             Extension extension)
        Constructs an instance
        Parameters:
        crsId -
        name -
        datumtype -
    • Method Detail

      • getDatumType

        public int getDatumType()
      • getExtension

        public Extension getExtension()