v1

latestOpenAPI 3.0.02026-08-06224588.5 KB
Coordinate Reference Systems

Get one LateBoundCRS

Get one LateBoundCRS given its persistable reference string or essence structure.

post/lateboundcrs

Query parameters

modestring

The mode of return: 'persistable_reference' (default) string or 'essence' structure or 'persistable_reference_essence' i.e. the combination of other 2 options.

Headers

data-partition-idstring required

desired data partition id

Request body

persistableReferencestring

The persistable reference string, either the essence of the LateBoundCRS serialized into a JSON string or an encoded string (version 1).

Example request

{
  "persistableReference": "{\"wkt\":\"GEOGCS[\\\"GCS_North_American_1927\\\",DATUM[\\\"D_North_American_1927\\\",SPHEROID[\\\"Clarke_1866\\\",6378206.4,294.9786982]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433],AUTHORITY[\\\"EPSG\\\",4267]]\",\"ver\":\"PE_10_3_1\",\"name\":\"GCS_North_American_1927\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"4267\"},\"type\":\"LBC\"}",
  "essence": {
    "authCode": {
      "auth": "EPSG",
      "code": "4267"
    },
    "name": "GCS_North_American_1927",
    "type": "LBC",
    "ver": "PE_10_3_1",
    "wkt": "GEOGCS[\"GCS_North_American_1927\",DATUM[\"D_North_American_1927\",SPHEROID[\"Clarke_1866\",6378206.4,294.9786982]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433],AUTHORITY[\"EPSG\",4267]]"
  }
}

Response

A successful response

crstypestring

The type of the LateBoundCRS.

sourcestring

The source of the LateBoundCRS.

transformationReadyboolean

The Transformation readiness of the LateBoundCRS.

aliasNamesstring[]

Alias names for this LateBoundCRS.

axisUnitsstring[]

Axis Unit Essences.

numberOfAxesinteger

The NumberOfAxes of the LateBoundCRS.

descriptionstring

The description of the LateBoundCRS.

lastModifiedstring

The LastModified of the LateBoundCRS.