diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-10-13 16:08:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-13 16:08:53 +0200 |
| commit | 368b96f05de390ecf7e904a4a9b24ee4b8c8056b (patch) | |
| tree | f79952a0a9ea3768d44ab65bbd8498f818a0824b /src | |
| parent | 3804eac112da0ec5972f355644376556022e4d8f (diff) | |
| parent | 1e065fb16598963bbdf500308b44d4c324c32434 (diff) | |
| download | PROJ-368b96f05de390ecf7e904a4a9b24ee4b8c8056b.tar.gz PROJ-368b96f05de390ecf7e904a4a9b24ee4b8c8056b.zip | |
Merge pull request #1669 from Geomatys/master
Remove sentence saying that coordinate system might by null
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/crs.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/iso19111/crs.cpp b/src/iso19111/crs.cpp index b98e5937..24763f5e 100644 --- a/src/iso19111/crs.cpp +++ b/src/iso19111/crs.cpp @@ -962,9 +962,7 @@ const datum::DatumEnsemblePtr &SingleCRS::datumEnsemble() PROJ_PURE_DEFN { /** \brief Return the cs::CoordinateSystem associated with the CRS. * - * This might be null, in which case datumEnsemble() return will not be null. - * - * @return a CoordinateSystem that might be null. + * @return a CoordinateSystem. */ const cs::CoordinateSystemNNPtr &SingleCRS::coordinateSystem() PROJ_PURE_DEFN { return d->coordinateSystem; |
