aboutsummaryrefslogtreecommitdiff
path: root/include/proj/crs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/crs.hpp')
-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,