diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-09-30 12:02:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-30 12:02:15 +0200 |
| commit | 8909e85e676de9a53a5b6919a23731542e844be6 (patch) | |
| tree | a908aa4e978ffaf1b07002d286f089b72d919442 /include | |
| parent | 12aeb6fd21a0ee50ffb51c47aaac019baa7444f3 (diff) | |
| parent | 862f04e7d9114cfbb1502ce257de0966aa5c362a (diff) | |
| download | PROJ-8909e85e676de9a53a5b6919a23731542e844be6.tar.gz PROJ-8909e85e676de9a53a5b6919a23731542e844be6.zip | |
Merge pull request #1642 from rouault/improve_compound_to_geog
Improve vertical transformation support
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/crs.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp index 65459058..c07904c8 100644 --- a/include/proj/crs.hpp +++ b/include/proj/crs.hpp @@ -345,6 +345,10 @@ class PROJ_GCC_DLL GeographicCRS : public GeodeticCRS { const datum::DatumEnsemblePtr &datumEnsemble, const cs::EllipsoidalCSNNPtr &cs); + PROJ_DLL GeographicCRSNNPtr + demoteTo2D(const std::string &newName, + const io::DatabaseContextPtr &dbContext) const; + PROJ_DLL static const GeographicCRSNNPtr EPSG_4267; // NAD27 PROJ_DLL static const GeographicCRSNNPtr EPSG_4269; // NAD83 PROJ_DLL static const GeographicCRSNNPtr EPSG_4326; // WGS 84 2D |
