GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <local_proto.h>
Data Fields | |
char * | name |
char * | longname |
double | a |
double | es |
double | rf |
struct ellps_list * | next |
Definition at line 16 of file proj/local_proto.h.
double ellps_list::a |
Definition at line 19 of file proj/local_proto.h.
Referenced by GPJ_get_ellipsoid_by_name(), GPJ_osr_to_grass(), and read_ellipsoid_table().
double ellps_list::es |
Definition at line 19 of file proj/local_proto.h.
Referenced by GPJ_get_ellipsoid_by_name(), GPJ_osr_to_grass(), and read_ellipsoid_table().
char * ellps_list::longname |
Definition at line 18 of file proj/local_proto.h.
Referenced by free_ellps_list(), GPJ_get_ellipsoid_by_name(), and read_ellipsoid_table().
char* ellps_list::name |
Definition at line 18 of file proj/local_proto.h.
Referenced by free_ellps_list(), python.task.grassTask::get_cmd(), python.task.grassTask::get_name(), GPJ_get_ellipsoid_by_name(), and read_ellipsoid_table().
struct ellps_list* ellps_list::next |
Definition at line 20 of file proj/local_proto.h.
Referenced by free_ellps_list(), GPJ_get_ellipsoid_by_name(), and read_ellipsoid_table().
double ellps_list::rf |
Definition at line 19 of file proj/local_proto.h.
Referenced by GPJ_get_ellipsoid_by_name(), and read_ellipsoid_table().