PROJ C++ API
Public Attributes | List of all members
osgeo::proj::operation::GridDescription Struct Reference

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
 

Detailed Description

Grid description.

Member Data Documentation

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
Initial value:
=
false

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)


The documentation for this struct was generated from the following file: