aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-19 11:11:42 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-03-19 11:11:42 +0100
commitc5cc0f74fd912cef2872da227fa2bb2b47f116c6 (patch)
tree25600409ed21f51e9df7e14ec890046027d918a7 /src
parent4b99c3b47e76afdeda2425e39ff53fed0f12b679 (diff)
downloadPROJ-c5cc0f74fd912cef2872da227fa2bb2b47f116c6.tar.gz
PROJ-c5cc0f74fd912cef2872da227fa2bb2b47f116c6.zip
Doc: impove doc about OGC URN
Diffstat (limited to 'src')
-rw-r--r--src/iso19111/io.cpp12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp
index 7c2eb625..a160a4e3 100644
--- a/src/iso19111/io.cpp
+++ b/src/iso19111/io.cpp
@@ -4455,8 +4455,10 @@ static BaseObjectNNPtr createFromUserInput(const std::string &text,
* <li>WKT string</li>
* <li>PROJ string</li>
* <li>database code, prefixed by its authoriy. e.g. "EPSG:4326"</li>
- * <li>URN. e.g. "urn:ogc:def:crs:EPSG::4326",
- * "urn:ogc:def:coordinateOperation:EPSG::1671"</li>
+ * <li>OGC URN. e.g. "urn:ogc:def:crs:EPSG::4326",
+ * "urn:ogc:def:coordinateOperation:EPSG::1671",
+ * "urn:ogc:def:ellipsoid:EPSG::7001"
+ * or "urn:ogc:def:datum:EPSG::6326"</li>
* <li>an objet name. e.g "WGS 84", "WGS 84 / UTM zone 31N". In that case as
* uniqueness is not guaranteed, the function may apply heuristics to
* determine the appropriate best match.</li>
@@ -4489,8 +4491,10 @@ BaseObjectNNPtr createFromUserInput(const std::string &text,
* <li>WKT string</li>
* <li>PROJ string</li>
* <li>database code, prefixed by its authoriy. e.g. "EPSG:4326"</li>
- * <li>URN. e.g. "urn:ogc:def:crs:EPSG::4326",
- * "urn:ogc:def:coordinateOperation:EPSG::1671"</li>
+ * <li>OGC URN. e.g. "urn:ogc:def:crs:EPSG::4326",
+ * "urn:ogc:def:coordinateOperation:EPSG::1671",
+ * "urn:ogc:def:ellipsoid:EPSG::7001"
+ * or "urn:ogc:def:datum:EPSG::6326"</li>
* <li>an objet name. e.g "WGS 84", "WGS 84 / UTM zone 31N". In that case as
* uniqueness is not guaranteed, the function may apply heuristics to
* determine the appropriate best match.</li>