GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
datum_list Struct Reference

#include <local_proto.h>

Collaboration diagram for datum_list:

Data Fields

char * name
 
char * longname
 
char * ellps
 
double dx
 
double dy
 
double dz
 
struct datum_listnext
 

Detailed Description

Definition at line 23 of file proj/local_proto.h.

Field Documentation

double datum_list::dx

Definition at line 26 of file proj/local_proto.h.

Referenced by GPJ_get_datum_by_name(), and read_datum_table().

double datum_list::dy

Definition at line 26 of file proj/local_proto.h.

Referenced by GPJ_get_datum_by_name(), and read_datum_table().

double datum_list::dz

Definition at line 26 of file proj/local_proto.h.

Referenced by GPJ_get_datum_by_name(), and read_datum_table().

char * datum_list::ellps

Definition at line 25 of file proj/local_proto.h.

Referenced by free_datum_list(), GPJ_get_datum_by_name(), and read_datum_table().

char * datum_list::longname
struct datum_list* datum_list::next

The documentation for this struct was generated from the following file: