|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
#include <grass/config.h>#include <ogr_srs_api.h>#include <proj.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 | PJ_WKT2_LATEST PJ_WKT2_2019 |
| #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 35 of file gprojects.h.
| #define DATUMTRANSFORMTABLE "/etc/proj/datumtransform.table" |
Definition at line 36 of file gprojects.h.
| #define DEG_TO_RAD .017453292519943296 |
Definition at line 26 of file gprojects.h.
| #define ELLIPSOIDTABLE "/etc/proj/ellipse.table" |
Definition at line 34 of file gprojects.h.
Definition at line 38 of file gprojects.h.
| #define PJ_WKT2_LATEST PJ_WKT2_2019 |
Definition at line 30 of file gprojects.h.
| #define RAD_TO_DEG 57.295779513082321 |
Definition at line 25 of file gprojects.h.