VerticalCRS Data Type

Abstract Type
Implemented Interfaces
CoordinateReferenceSystem, SingleCRS
Properties
name data type description
datum VerticalDatum
coordinateSystem VerticalCS
Properties inherited from SingleCRS
datum Datum
coordinateSystem CoordinateSystem

Example

{
  "datum" : {
    "verticalDatumType" : { },
    "anchorPoint" : { },
    "domainOfValidity" : {
      "verticalElements" : [ { }, { } ],
      "description" : { },
      "temporalElements" : [ { }, { } ],
      "geographicElements" : [ { }, { } ]
    },
    "scope" : { },
    "realizationEpoch" : 12345
  },
  "coordinateSystem" : {
    "dimension" : 12345,
    "remarks" : { },
    "name" : {
      "codeSpace" : "...",
      "version" : "...",
      "code" : "...",
      "authority" : { }
    },
    "identifiers" : [ {
      "codeSpace" : "...",
      "version" : "...",
      "code" : "...",
      "authority" : { }
    }, {
      "codeSpace" : "...",
      "version" : "...",
      "code" : "...",
      "authority" : { }
    } ],
    "alias" : [ {
      "parsedNames" : [ { }, { } ]
    }, {
      "parsedNames" : [ { }, { } ]
    } ]
  }
}