GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-77aab223bc
|
#include <grass/config.h>
#include <proj.h>
#include <ogr_srs_api.h>
#include <grass/defs/gprojects.h>
Go to the source code of this file.
Data Structures | |
struct | pj_info |
struct | gpj_datum |
struct | gpj_datum_transform_list |
struct | gpj_ellps |
Macros | |
#define | RAD_TO_DEG 57.295779513082321 |
#define | DEG_TO_RAD .017453292519943296 |
#define | PROJ_COMPUTE_VERSION(maj, min, rev) ((maj) * 1000000 + (min) * 10000 + (rev) * 100) |
#define | PROJ_VERSION_NUM |
#define | PJ_WKT2_LATEST PJ_WKT2_2018 |
#define | ELLIPSOIDTABLE "/etc/proj/ellipse.table" |
#define | DATUMTABLE "/etc/proj/datum.table" |
#define | DATUMTRANSFORMTABLE "/etc/proj/datumtransform.table" |
#define | GRIDDIR "/etc/proj/nad" |
#define DATUMTABLE "/etc/proj/datum.table" |
Definition at line 65 of file gprojects.h.
#define DATUMTRANSFORMTABLE "/etc/proj/datumtransform.table" |
Definition at line 66 of file gprojects.h.
#define DEG_TO_RAD .017453292519943296 |
Definition at line 24 of file gprojects.h.
#define ELLIPSOIDTABLE "/etc/proj/ellipse.table" |
Definition at line 64 of file gprojects.h.
#define GRIDDIR "/etc/proj/nad" |
Definition at line 68 of file gprojects.h.
#define PJ_WKT2_LATEST PJ_WKT2_2018 |
Definition at line 43 of file gprojects.h.
Definition at line 28 of file gprojects.h.
#define PROJ_VERSION_NUM |
Definition at line 36 of file gprojects.h.
#define RAD_TO_DEG 57.295779513082321 |
Definition at line 23 of file gprojects.h.