datum.c File Reference
#include <unistd.h>
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include <grass/gis.h>
#include <grass/glocale.h>
Go to the source code of this file.
Define Documentation
#define DATUMTABLE "/etc/datum.table" |
Function Documentation
char* G_datum_description |
( |
int |
n |
) |
|
char* G_datum_ellipsoid |
( |
int |
n |
) |
|
char* G_datum_name |
( |
int |
n |
) |
|
int G_get_datum_by_name |
( |
const char * |
name |
) |
|
int G_get_datumparams_from_projinfo |
( |
const struct Key_Value * |
projinfo, |
|
|
char * |
datumname, |
|
|
char * |
params | |
|
) |
| | |