latestOpenAPI 3.0.02026-08-21224588.9 KB
72df7eed91b2
Cartographic Transformations
Get all Cartographic Transformations
Get all cartographic transformations declared in the catalog.
get/ct
Query parameters
offsetinteger
The offset of the first item in the list.
limitinteger
The maximum number of items returned.
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
Response
A successful response
Example response
{
"cts": [
{
"fromCRSAuthorityCode": {
"auth": "EPSG",
"code": "4326"
},
"toCRSAuthorityCode": {
"auth": "EPSG",
"code": "4326"
},
"areaOfUse": {
"essence": {
"type": "AOU",
"authCode": {
"auth": "EPSG",
"code": "4326"
}
}
},
"essence": {
"type": "ST",
"name": "ED_1950_UTM_Zone_31N",
"ver": "PE_10_3_1",
"wkt": "GEOGTRAN[\"ED_1950_To_WGS_1984_23\",GEOGCS[\"GCS_European_1950\",DATUM[\"D_European_1950\",SPHEROID[\"International_1924\",6378388.0,297.0]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],METHOD[\"Position_Vector\"],PARAMETER[\"X_Axis_Translation\",-116.641],PARAMETER[\"Y_Axis_Translation\",-56.931],PARAMETER[\"Z_Axis_Translation\",-110.559],PARAMETER[\"X_Axis_Rotation\",0.893],PARAMETER[\"Y_Axis_Rotation\",0.921],PARAMETER[\"Z_Axis_Rotation\",-0.917],PARAMETER[\"Scale_Difference\",-3.52],AUTHORITY[\"EPSG\",1612]]",
"policy": "Fallback",
"cts": [
{
"type": "ST",
"name": "ED_1950_UTM_Zone_31N",
"ver": "PE_10_3_1",
"wkt": "GEOGTRAN[\"ED_1950_To_WGS_1984_23\",GEOGCS[\"GCS_European_1950\",DATUM[\"D_European_1950\",SPHEROID[\"International_1924\",6378388.0,297.0]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],METHOD[\"Position_Vector\"],PARAMETER[\"X_Axis_Translation\",-116.641],PARAMETER[\"Y_Axis_Translation\",-56.931],PARAMETER[\"Z_Axis_Translation\",-110.559],PARAMETER[\"X_Axis_Rotation\",0.893],PARAMETER[\"Y_Axis_Rotation\",0.921],PARAMETER[\"Z_Axis_Rotation\",-0.917],PARAMETER[\"Scale_Difference\",-3.52],AUTHORITY[\"EPSG\",1612]]",
"authCode": {
"auth": "EPSG",
"code": "4326"
}
}
],
"authCode": {
"auth": "EPSG",
"code": "4326"
}
}
}
]
}