PROJ C++ API
|
Grid description. More...
#include <coordinateoperation.hpp>
Public Attributes | |
std::string | shortName {} |
std::string | fullName {} |
std::string | packageName {} |
std::string | url {} |
bool | directDownload = false |
bool | openLicense |
bool | available = false |
Grid description.
bool osgeo::proj::operation::GridDescription::available = false |
Whether GRID is available.
bool osgeo::proj::operation::GridDescription::directDownload = false |
Whether url can be fetched directly.
std::string osgeo::proj::operation::GridDescription::fullName {} |
Grid full path name (if found)
bool osgeo::proj::operation::GridDescription::openLicense |
Whether the grid is released with an open license.
std::string osgeo::proj::operation::GridDescription::packageName {} |
Package name (or empty)
std::string osgeo::proj::operation::GridDescription::shortName {} |
Grid short filename
std::string osgeo::proj::operation::GridDescription::url {} |
Grid URL (if packageName is empty), or package URL (or empty)