CoordinateReferenceSystem Data Type

Abstract Type
Subtypes
SingleCRS, VerticalCRS
Implemented Interfaces
IdentifiedObject, ReferenceSystem
Properties
name data type description
coordinateSystem CoordinateSystem
Properties inherited from ReferenceSystem
scope InternationalString
domainOfValidity Extent

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "coordinateSystem" : {
    "dimension" : 12345,
    "remarks" : { },
    "name" : {
      "codeSpace" : "...",
      "version" : "...",
      "code" : "...",
      "authority" : { }
    },
    "identifiers" : [ {
      "codeSpace" : "...",
      "version" : "...",
      "code" : "...",
      "authority" : { }
    }, {
      "codeSpace" : "...",
      "version" : "...",
      "code" : "...",
      "authority" : { }
    } ],
    "alias" : [ {
      "parsedNames" : [ { }, { } ]
    }, {
      "parsedNames" : [ { }, { } ]
    } ]
  },
  "scope" : { },
  "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
    } ]
  }
}