diff options
| author | Martin Desruisseaux <martin.desruisseaux@geomatys.com> | 2019-10-13 16:00:46 +0200 |
|---|---|---|
| committer | Martin Desruisseaux <martin.desruisseaux@geomatys.com> | 2019-10-13 16:00:46 +0200 |
| commit | 1e065fb16598963bbdf500308b44d4c324c32434 (patch) | |
| tree | f79952a0a9ea3768d44ab65bbd8498f818a0824b /src | |
| parent | 3804eac112da0ec5972f355644376556022e4d8f (diff) | |
| download | PROJ-1e065fb16598963bbdf500308b44d4c324c32434.tar.gz PROJ-1e065fb16598963bbdf500308b44d4c324c32434.zip | |
Remove the sentence in documentation saying that CRS::coordinateSystem() may return null.
It is true for datum(), but does not apply to coordinateSystem().
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; |
