diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-11 20:01:29 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-11 20:01:29 +0200 |
| commit | d1a0d95da549f7d32bcd8be408afe1fca62a6fb2 (patch) | |
| tree | aaaffe1812578ec5479c5fc413d47793cd1d5bcb /include | |
| parent | ad80dc88a70032e1d96812b574b2d4d22e223394 (diff) | |
| download | PROJ-d1a0d95da549f7d32bcd8be408afe1fca62a6fb2.tar.gz PROJ-d1a0d95da549f7d32bcd8be408afe1fca62a6fb2.zip | |
Database query: add AuthorityFactory::ObjectType::DYNAMIC_GEODETIC_REFERENCE_FRAME and DYNAMIC_VERTICAL_REFERENCE_FRAME, and make corresponding C API work
Diffstat (limited to 'include')
| -rw-r--r-- | include/proj/io.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp index b4db0ef7..2b3c11b8 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -1022,6 +1022,10 @@ class PROJ_GCC_DLL AuthorityFactory { /** Object of type operation::ConcatenatedOperation (and derived classes) */ CONCATENATED_OPERATION, + /** Object of type datum::DynamicGeodeticReferenceFrame */ + DYNAMIC_GEODETIC_REFERENCE_FRAME, + /** Object of type datum::DynamicVerticalReferenceFrame */ + DYNAMIC_VERTICAL_REFERENCE_FRAME, }; PROJ_DLL std::set<std::string> |
