|
navit
0.5.3-trunk
|
Data Structures | |
| struct | projection_name |
Functions | |
| static int | utmref_letter (char l) |
| enum projection | projection_from_name (const char *name, struct coord *utm_offset) |
| char * | projection_to_name (enum projection proj) |
Variables | |
| struct projection_name | projection_names [] |
| enum projection projection_from_name | ( | const char * | name, |
| struct coord * | utm_offset | ||
| ) |
Look up a projection by name.
| name | name of projection to look up (values from projection_names, and UTM projections) @utm_offset Only for UTM projections: Used to return the offset for the UTM projection |
Referenced by coord_parse(), and map_new_shapefile().
| char* projection_to_name | ( | enum projection | proj | ) |
Referenced by bookmarks_store_bookmarks_to_file(), coord_print(), and write_former_destinations().
|
static |
| struct projection_name projection_names[] |