diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-01-22 10:58:13 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-01-22 10:58:13 +0100 |
| commit | c048292f3b8e408e6a81700a74d9b44d532227ac (patch) | |
| tree | 4793063b442e2768d7bea3fd1c96f80a55140093 /include | |
| parent | 5c86b290e2c5686cbf5100eb71e32b0362a989fc (diff) | |
| download | PROJ-c048292f3b8e408e6a81700a74d9b44d532227ac.tar.gz PROJ-c048292f3b8e408e6a81700a74d9b44d532227ac.zip | |
Coordinate operation computation with boundcrs / wktext: drop useless early bindins terms in generated pipeline (fixes #1232)
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/crs.hpp | 3 | ||||
| -rw-r--r-- | include/proj/io.hpp | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp index 1c012666..6a09ea78 100644 --- a/include/proj/crs.hpp +++ b/include/proj/crs.hpp @@ -158,8 +158,7 @@ class PROJ_GCC_DLL SingleCRS : public CRS { PROJ_DLL const datum::DatumPtr &datum() PROJ_PURE_DECL; PROJ_DLL const datum::DatumEnsemblePtr &datumEnsemble() PROJ_PURE_DECL; - PROJ_DLL const cs::CoordinateSystemNNPtr & - coordinateSystem() PROJ_PURE_DECL; + PROJ_DLL const cs::CoordinateSystemNNPtr &coordinateSystem() PROJ_PURE_DECL; PROJ_PRIVATE : //! @cond Doxygen_Suppress diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 825e8e44..4120d707 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -422,6 +422,9 @@ class PROJ_GCC_DLL PROJStringFormatter { PROJ_INTERNAL void setOmitZUnitConversion(bool omit); PROJ_INTERNAL bool omitZUnitConversion() const; + PROJ_INTERNAL void setDropEarlyBindingsTerms(bool drop); + PROJ_INTERNAL bool getDropEarlyBindingsTerms() const; + PROJ_INTERNAL const DatabaseContextPtr &databaseContext() const; PROJ_INTERNAL Convention convention() const; |
