|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <gprojects.h>
Data Fields | |
| char * | name |
| char * | longname |
| double | a |
| double | es |
| double | rf |
Definition at line 73 of file gprojects.h.
| double gpj_ellps::a |
Definition at line 75 of file gprojects.h.
Referenced by GPJ_grass_to_osr().
| double gpj_ellps::es |
Definition at line 75 of file gprojects.h.
Referenced by GPJ_grass_to_osr().
| char * gpj_ellps::longname |
Definition at line 74 of file gprojects.h.
| char* gpj_ellps::name |
Definition at line 74 of file gprojects.h.
| double gpj_ellps::rf |
Definition at line 75 of file gprojects.h.
Referenced by GPJ_grass_to_osr().