aboutsummaryrefslogtreecommitdiff
path: root/include/proj/crs.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-08-19 15:47:55 +0200
committerGitHub <noreply@github.com>2021-08-19 15:47:55 +0200
commitff682bff13392b35d718a3a64c55b3ea6762c9bc (patch)
tree0a5e285a6383537a8318a5d2bc01a36ab8ac5e2a /include/proj/crs.hpp
parentb8ab9150834257bcb197ca73b5a81eef7becdbdc (diff)
parentdff8e5df3f5e80a88590fc87aca17b39008289cc (diff)
downloadPROJ-ff682bff13392b35d718a3a64c55b3ea6762c9bc.tar.gz
PROJ-ff682bff13392b35d718a3a64c55b3ea6762c9bc.zip
Merge pull request #2815 from OSGeo/backport-2814-to-8.1
[Backport 8.1] BoundCRS: accept importing/exporting in WKT2 and PROJJSON the scope/area/extent/id attributes (fixes #2813)
Diffstat (limited to 'include/proj/crs.hpp')
-rw-r--r--include/proj/crs.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index 481667b5..dcab094a 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -1011,6 +1011,11 @@ class PROJ_GCC_DLL BoundCRS final : public CRS,
//! @endcond
PROJ_DLL static BoundCRSNNPtr
+ create(const util::PropertyMap &properties, const CRSNNPtr &baseCRSIn,
+ const CRSNNPtr &hubCRSIn,
+ const operation::TransformationNNPtr &transformationIn);
+
+ PROJ_DLL static BoundCRSNNPtr
create(const CRSNNPtr &baseCRSIn, const CRSNNPtr &hubCRSIn,
const operation::TransformationNNPtr &transformationIn);