v1

latestOpenAPI 3.0.02026-08-06224588.5 KB
Coordinate Reference Systems

Get one CompoundCRS

Get one the CompoundCRS given its essence.

post/compoundcrs

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 CompoundCRS serialized into a JSON string or an encoded string (version 1).

Example request

{
  "persistableReference": "{\"horzLateBoundCRS\":{\"wkt\":\"PROJCS[\\\"WGS_1984_UTM_Zone_35N\\\",GEOGCS[\\\"GCS_WGS_1984\\\",DATUM[\\\"D_WGS_1984\\\",SPHEROID[\\\"WGS_1984\\\",6378137.0,298.257223563]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],PROJECTION[\\\"Transverse_Mercator\\\"],PARAMETER[\\\"False_Easting\\\",500000.0],PARAMETER[\\\"False_Northing\\\",0.0],PARAMETER[\\\"Central_Meridian\\\",27.0],PARAMETER[\\\"Scale_Factor\\\",0.9996],PARAMETER[\\\"Latitude_Of_Origin\\\",0.0],UNIT[\\\"Meter\\\",1.0],AUTHORITY[\\\"EPSG\\\",32635]]\",\"ver\":\"PE_10_3_1\",\"name\":\"WGS_1984_UTM_Zone_35N\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"32635\"},\"type\":\"LBC\"},\"vertLateBoundCRS\":{\"wkt\":\"VERTCS[\\\"EGM96_Geoid\\\",VDATUM[\\\"EGM96_Geoid\\\"],PARAMETER[\\\"Vertical_Shift\\\",0.0],PARAMETER[\\\"Direction\\\",1.0],UNIT[\\\"Meter\\\",1.0],AUTHORITY[\\\"EPSG\\\",5773]]\",\"ver\":\"PE_10_3_1\",\"name\":\"EGM96_Geoid\",\"authCode\":{\"auth\":\"EPSG\",\"code\":\"5773\"},\"type\":\"LBC\"},\"ver\":\"PE_10_3_1\",\"name\":\"WGS 84 / UTM zone 35N + EGM96 height\",\"authCode\":{\"auth\":\"OSDU\",\"code\":\"326355773\"},\"type\":\"CC\"}",
  "essence": {
    "authCode": {
      "auth": "OSDU",
      "code": "326355773"
    },
    "type": "CC",
    "ver": "PE_10_3_1",
    "name": "WGS 84 / UTM zone 35N + EGM96 height",
    "horzLateBoundCRS": {
      "authCode": {
        "auth": "EPSG",
        "code": "32635"
      },
      "type": "LBC",
      "ver": "PE_10_3_1",
      "name": "WGS_1984_UTM_Zone_35N",
      "wkt": "PROJCS[\"WGS_1984_UTM_Zone_35N\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500000.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",27.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0],AUTHORITY[\"EPSG\",32635]]"
    },
    "vertLateBoundCRS": {
      "authCode": {
        "auth": "EPSG",
        "code": "5773"
      },
      "type": "LBC",
      "ver": "PE_10_3_1",
      "name": "EGM96_Geoid",
      "wkt": "VERTCS[\"EGM96_Geoid\",VDATUM[\"EGM96_Geoid\"],PARAMETER[\"Vertical_Shift\",0.0],PARAMETER[\"Direction\",1.0],UNIT[\"Meter\",1.0],AUTHORITY[\"EPSG\",5773]]"
    }
  }
}

Response

A successful response

crstypestring

The type of the CompoundCRS.

sourcestring

The source of the CompoundCRS.

transformationReadyboolean

The TransformationReadyness of the CompoundCRS.

aliasNamesstring[]

Alias names for this CompoundCRS.

axisUnitsstring[]

Axis Unit Essences.

numberOfAxesinteger

The NumberOfAxes of the CompoundCRS.

descriptionstring

The description of the CompoundCRS.

lastModifiedstring

The LastModified of the CompoundCRS.