|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <gprojects.h>
Data Fields | |
| PJ * | pj |
| double | meters |
| int | zone |
| char | proj [100] |
| char * | def |
| char * | srid |
| char * | wkt |
Definition at line 41 of file gprojects.h.
| char* pj_info::def |
Definition at line 46 of file gprojects.h.
Referenced by pj_get_kv(), and pj_get_string().
| double pj_info::meters |
Definition at line 43 of file gprojects.h.
Referenced by pj_get_kv(), and pj_get_string().
| PJ* pj_info::pj |
Definition at line 42 of file gprojects.h.
Referenced by get_pj_type_string(), pj_get_kv(), and pj_get_string().
| char pj_info::proj[100] |
Definition at line 45 of file gprojects.h.
Referenced by pj_get_kv(), and pj_get_string().
| char* pj_info::srid |
Definition at line 47 of file gprojects.h.
Referenced by pj_get_kv(), and pj_get_string().
| char* pj_info::wkt |
Definition at line 48 of file gprojects.h.
Referenced by GPJ_grass_to_osr(), and pj_get_kv().
| int pj_info::zone |
Definition at line 44 of file gprojects.h.
Referenced by pj_get_kv(), and pj_get_string().