| name | data type | constraints | description |
|---|---|---|---|
| dimension | number | required | |
| coordinateReferenceSystem | CoordinateReferenceSystem | ||
| coordinate | array of number | ||
Properties inherited from Position |
|||
| directPosition | DirectPosition | ||
Example
{
"dimension" : 12345,
"coordinateReferenceSystem" : {
"coordinateSystem" : {
"dimension" : 12345,
"remarks" : { },
"name" : { },
"identifiers" : [ { }, { } ],
"alias" : [ { }, { } ]
},
"scope" : { },
"domainOfValidity" : {
"verticalElements" : [ { }, { } ],
"description" : { },
"temporalElements" : [ { }, { } ],
"geographicElements" : [ { }, { } ]
}
},
"coordinate" : [ 12345.0, 12345.0 ],
"directPosition" : {
"dimension" : 12345,
"coordinateReferenceSystem" : {
"coordinateSystem" : { },
"scope" : { },
"domainOfValidity" : { }
},
"coordinate" : [ 12345.0, 12345.0 ],
"directPosition" : { }
}
}