aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-08 16:10:55 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-10-08 17:31:57 +0200
commitacd1cf3278a532b56f3f621e27a8895b3db3cb75 (patch)
tree6c9bf16250dd7ba58b6f2b9ea7462d857ec43e72 /include
parent67af1d5741da08d9546b907e0da2c21c54c61b27 (diff)
downloadPROJ-acd1cf3278a532b56f3f621e27a8895b3db3cb75.tar.gz
PROJ-acd1cf3278a532b56f3f621e27a8895b3db3cb75.zip
Make GeographicCRS::is2DPartOf3D() work with DatumEnsemble
Diffstat (limited to 'include')
-rw-r--r--include/proj/crs.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index a028aceb..a71bf610 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -395,8 +395,9 @@ class PROJ_GCC_DLL GeographicCRS : public GeodeticCRS {
PROJ_INTERNAL void _exportToJSON(io::JSONFormatter *formatter)
const override; // throw(FormattingException)
- PROJ_DLL bool
- is2DPartOf3D(util::nn<const GeographicCRS *> other) PROJ_PURE_DECL;
+ PROJ_DLL bool is2DPartOf3D(
+ util::nn<const GeographicCRS *> other,
+ const io::DatabaseContextPtr &dbContext = nullptr) PROJ_PURE_DECL;
PROJ_INTERNAL bool _isEquivalentTo(
const util::IComparable *other,