From d582ac8bae02b25e25685755173715ebf9349573 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 11 Apr 2021 13:27:35 +0200 Subject: Add proj_get_celestial_body_name() and make proj_get_crs_info_list_from_database() filter on and return celestial body name --- include/proj/io.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/proj/io.hpp b/include/proj/io.hpp index 96a97142..e4307d02 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -1089,6 +1089,8 @@ class PROJ_GCC_DLL AuthorityFactory { /** Name of the projection method for a projected CRS. Might be empty * even for projected CRS in some cases. */ std::string projectionMethodName; + /** Name of the celestial body of the CRS (e.g. "Earth") */ + std::string celestialBodyName; //! @cond Doxygen_Suppress CRSInfo(); -- cgit v1.2.3