From 1e065fb16598963bbdf500308b44d4c324c32434 Mon Sep 17 00:00:00 2001 From: Martin Desruisseaux Date: Sun, 13 Oct 2019 16:00:46 +0200 Subject: Remove the sentence in documentation saying that CRS::coordinateSystem() may return null. It is true for datum(), but does not apply to coordinateSystem(). --- src/iso19111/crs.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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; -- cgit v1.2.3