diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-06-05 22:03:00 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-06-06 15:02:58 +0200 |
| commit | cd28089a9984698b5557be1d9b868d30eaa3a893 (patch) | |
| tree | 9d113dca2e00d8d8704adc6123d30c00593956de /docs/source/apps | |
| parent | 0383f7829792f896d233acc1676377d2fffc3cdc (diff) | |
| download | PROJ-cd28089a9984698b5557be1d9b868d30eaa3a893.tar.gz PROJ-cd28089a9984698b5557be1d9b868d30eaa3a893.zip | |
createFromUserInput(): support OGC URN to create projectedCRS, for example to instanciate a projected 3D CRS
Diffstat (limited to 'docs/source/apps')
| -rw-r--r-- | docs/source/apps/projinfo.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/apps/projinfo.rst b/docs/source/apps/projinfo.rst index 105b1e1b..dabcc0fe 100644 --- a/docs/source/apps/projinfo.rst +++ b/docs/source/apps/projinfo.rst @@ -38,6 +38,10 @@ Synopsis - a OGC URN combining references for compound coordinate reference systems (e.g "urn:ogc:def:crs,crs:EPSG::2393,crs:EPSG::5717" or custom abbreviated syntax "EPSG:2393+5717"), + - a OGC URN combining references for references for projected or derived CRSs + e.g. for Projected 3D CRS "UTM zone 31N / WGS 84 (3D)": + "urn:ogc:def:crs,crs:EPSG::4979,cs:PROJ::ENh,coordinateOperation:EPSG::16031" + (*added in 6.2*) - a OGC URN combining references for concatenated operations (e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618") |
