Envelope Data Type

Abstract Type
Properties
name data type constraints description
coordinateReferenceSystem CoordinateReferenceSystem  
upperCorner DirectPosition  
lowerCorner DirectPosition  
dimension number required

Example

{
  "coordinateReferenceSystem" : {
    "coordinateSystem" : {
      "dimension" : 12345,
      "remarks" : { },
      "name" : { },
      "identifiers" : [ { }, { } ],
      "alias" : [ { }, { } ]
    },
    "scope" : { },
    "domainOfValidity" : {
      "verticalElements" : [ { }, { } ],
      "description" : { },
      "temporalElements" : [ { }, { } ],
      "geographicElements" : [ { }, { } ]
    }
  },
  "upperCorner" : {
    "dimension" : 12345,
    "coordinateReferenceSystem" : {
      "coordinateSystem" : { },
      "scope" : { },
      "domainOfValidity" : { }
    },
    "coordinate" : [ 12345.0, 12345.0 ],
    "directPosition" : { }
  },
  "lowerCorner" : {
    "dimension" : 12345,
    "coordinateReferenceSystem" : {
      "coordinateSystem" : { },
      "scope" : { },
      "domainOfValidity" : { }
    },
    "coordinate" : [ 12345.0, 12345.0 ],
    "directPosition" : { }
  },
  "dimension" : 12345
}