diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-06 13:45:24 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-06 13:45:24 +0100 |
| commit | 25fa18055f43d0881a1a2bf9990c99fecfcbdbb7 (patch) | |
| tree | 8643f1f767cfda8becd58f47edae60dd8af11246 /include/proj/coordinateoperation.hpp | |
| parent | dccf4658ac4cf9194682350ec292a086a2bb24a1 (diff) | |
| download | PROJ-25fa18055f43d0881a1a2bf9990c99fecfcbdbb7.tar.gz PROJ-25fa18055f43d0881a1a2bf9990c99fecfcbdbb7.zip | |
Take into account supersession information to filter out irrelevant transformations
Diffstat (limited to 'include/proj/coordinateoperation.hpp')
| -rw-r--r-- | include/proj/coordinateoperation.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp index 4dd85e96..f5cdbba0 100644 --- a/include/proj/coordinateoperation.hpp +++ b/include/proj/coordinateoperation.hpp @@ -1680,6 +1680,10 @@ class PROJ_GCC_DLL CoordinateOperationContext { PROJ_DLL bool getUsePROJAlternativeGridNames() const; + PROJ_DLL void setDiscardSuperseded(bool discard); + + PROJ_DLL bool getDiscardSuperseded() const; + /** Describe how grid availability is used. */ enum class GridAvailabilityUse { /** Grid availability is only used for sorting results. Operations |
