QGIS API Documentation
3.16.0-Hannover (43b64b13f3)
|
Utility functions for working with the proj library. More...
#include <qgsprojutils.h>
Public Types | |
enum | IdentifyFlag { FlagMatchBoundCrsToUnderlyingSourceCrs = 1 << 0 } |
Flags controlling CRS identification behavior. More... | |
Static Public Member Functions | |
static int | projVersionMajor () |
Returns the proj library major version number. More... | |
static QStringList | searchPaths () |
Returns the current list of Proj file search paths. More... | |
Utility functions for working with the proj library.
Definition at line 45 of file qgsprojutils.h.
Flags controlling CRS identification behavior.
Enumerator | |
---|---|
FlagMatchBoundCrsToUnderlyingSourceCrs | Allow matching a BoundCRS object to its underlying SourceCRS. |
Definition at line 68 of file qgsprojutils.h.
|
inlinestatic |
Returns the proj library major version number.
Definition at line 52 of file qgsprojutils.h.
|
static |
Returns the current list of Proj file search paths.
Definition at line 313 of file qgsprojutils.cpp.