aboutsummaryrefslogtreecommitdiff
path: root/include/proj/crs.hpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-06 22:51:27 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-06 23:42:16 +0100
commitcae698abe380b3823c3f08151c25097031ae091f (patch)
tree0a6702b21eb70e2915b6f7df8514cbec93de0e05 /include/proj/crs.hpp
parent67ca5c199dfe62fc0738a808f3142af2e77eafd7 (diff)
downloadPROJ-cae698abe380b3823c3f08151c25097031ae091f.tar.gz
PROJ-cae698abe380b3823c3f08151c25097031ae091f.zip
Speed-up createBoundCRSToWGS84IfPossible()
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 10d1f07e..1066f886 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -92,8 +92,9 @@ class PROJ_GCC_DLL CRS : public common::ObjectUsage {
PROJ_DLL GeodeticCRSPtr extractGeodeticCRS() const;
PROJ_DLL GeographicCRSPtr extractGeographicCRS() const;
PROJ_DLL VerticalCRSPtr extractVerticalCRS() const;
- PROJ_DLL CRSNNPtr createBoundCRSToWGS84IfPossible(
- const io::DatabaseContextPtr &dbContext) const;
+ PROJ_DLL CRSNNPtr
+ createBoundCRSToWGS84IfPossible(const io::DatabaseContextPtr &dbContext,
+ bool allowIntermediateCRS) const;
PROJ_DLL CRSNNPtr stripVerticalComponent() const;
PROJ_DLL const BoundCRSPtr &canonicalBoundCRS() PROJ_CONST_DECL;