diff options
Diffstat (limited to 'include/proj/crs.hpp')
| -rw-r--r-- | include/proj/crs.hpp | 5 |
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, |
