VerticalExtent Data Type

Abstract Type
Properties
name data type description
minimumValue number
verticalCRS VerticalCRS
maximumValue number

Example

{
  "minimumValue" : 12345.0,
  "verticalCRS" : {
    "datum" : {
      "verticalDatumType" : { },
      "anchorPoint" : { },
      "domainOfValidity" : { },
      "scope" : { },
      "realizationEpoch" : 12345
    },
    "coordinateSystem" : {
      "dimension" : 12345,
      "remarks" : { },
      "name" : { },
      "identifiers" : [ { }, { } ],
      "alias" : [ { }, { } ]
    }
  },
  "maximumValue" : 12345.0
}