diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-23 17:44:07 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-23 17:44:07 +0200 |
| commit | 19b4bba25c19fd0ead225c66f783b8a38761acb1 (patch) | |
| tree | cced456bd6db6490b741227f6664ed6dc7192d04 /include | |
| parent | ef443bdf0e85a5ef7611bf0ac815610b9645f2eb (diff) | |
| download | PROJ-19b4bba25c19fd0ead225c66f783b8a38761acb1.tar.gz PROJ-19b4bba25c19fd0ead225c66f783b8a38761acb1.zip | |
Add logic to handle interpolationCRS in PROJBasedOperation and ConcatenatedOperation
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/internal/coordinateoperation_internal.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proj/internal/coordinateoperation_internal.hpp b/include/proj/internal/coordinateoperation_internal.hpp index 69f30933..322d71b7 100644 --- a/include/proj/internal/coordinateoperation_internal.hpp +++ b/include/proj/internal/coordinateoperation_internal.hpp @@ -275,6 +275,7 @@ class PROJBasedOperation : public SingleOperation { create(const util::PropertyMap &properties, const io::IPROJStringExportableNNPtr &projExportable, bool inverse, const crs::CRSNNPtr &sourceCRS, const crs::CRSNNPtr &targetCRS, + const crs::CRSPtr &interpolationCRS, const std::vector<metadata::PositionalAccuracyNNPtr> &accuracies, bool hasRoughTransformation); |
