Functions | |
| GEOMLIBEXPORT char * | ConvertDegsToString (char *string, double value, DEGTOSTRFLAGS flags) |
| GEOMLIBEXPORT MISTRING | ConvertDegsToString (double value, DEGTOSTRFLAGS flags) |
| GEOMLIBEXPORT bool | ConvertStringToDegs (const char *string, double *value) |
| GEOMLIBEXPORT void | ConvLatLonToString (double degrees, char *string, DMSTYPE desttype, CONVDMSFLAGS flags) |
| GEOMLIBEXPORT double | ConvLatLonValue (const void *srcbuf, DMSTYPE srctype, void *destbuf, DMSTYPE desttype, CONVDMSFLAGS flags) |
| double | ConvLatLonValue (double value, DMSTYPE srctype) |
| GEOMLIBEXPORT double | ConvStringToLatLon (const char *string, DMSTYPE srctype, CONVDMSFLAGS flags=CONVDMSFLAG_None) |
| GEOMLIBEXPORT const char ** | GetLatLonNames (void) |
| GEOMLIBEXPORT DMSTYPE | GetLatLonType (int index) |
|
||||||||||||
|
Convert Latitude or Longitude value to MISTRING.
|
|
||||||||||||||||
|
Convert Latitude or Longitude value to char* string.
|
|
||||||||||||
|
Convert Latitude or Longitude string to decimal degrees.
D ddd mm ss.sss D indicates direction (N, S, E or W) D ddd mm.mmmm and can be anywhere in the string D ddd.ddddd [-]ddd mm ss.sss Sign (+ or -) is optional [-]ddd mm.mmmm Negative values indicate West and South [-]ddd.ddddd Do not type brackets []
|
|
||||||||||||||||||||
|
Convert Latitude/Longitude value to string.
|
|
||||||||||||
|
Convert double-precision value to decimal degrees.
Definition at line 229 of file latlonfm.h. |
|
||||||||||||||||||||||||
|
Convert value to decimal degrees and/or another LatLon format.
|
|
||||||||||||||||
|
Convert string to decimal degrees.
|
|
|
Retrieve list of built-in latitude-longitude string formats.
|
|
|
Get latitude-longitude format conversion type for given index.
|
1.3.4-20031026