VerticalDatum Data Type

Abstract Type
Implemented Interfaces
Datum, IdentifiedObject
Properties
name data type description
verticalDatumType VerticalDatumType
Properties inherited from Datum
anchorPoint InternationalString
domainOfValidity Extent
scope InternationalString
realizationEpoch number

Example

{
  "verticalDatumType" : { },
  "anchorPoint" : { },
  "domainOfValidity" : {
    "verticalElements" : [ {
      "minimumValue" : 12345.0,
      "verticalCRS" : { },
      "maximumValue" : 12345.0
    }, {
      "minimumValue" : 12345.0,
      "verticalCRS" : { },
      "maximumValue" : 12345.0
    } ],
    "description" : { },
    "temporalElements" : [ {
      "extent" : { }
    }, {
      "extent" : { }
    } ],
    "geographicElements" : [ {
      "inclusion" : true
    }, {
      "inclusion" : true
    } ]
  },
  "scope" : { },
  "realizationEpoch" : 12345
}