SingleCRS Data Type

Abstract Type
Subtypes
VerticalCRS
Implemented Interfaces
CoordinateReferenceSystem
Properties
name data type description
datum Datum
coordinateSystem CoordinateSystem

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "datum" : {
    "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" : [ { }, { } ]
    } ]
  }
}