This code was originally written by Chuck Gantz chuck.gantz@globalstar.com. C++-ified and made easier to use by Lakshman. (See http://www.gpsy.com/gpsinfo/geotoutm/)
Public Member Functions | |
| UTM | getUTM (const LL &latlong) const |
| converts lat-long to utm. | |
| LL | getLL (const UTM &utm) const |
| converts utm to lat-long | |
| UTM | getUTM (const LatLon &latlong) const |
| converts lat-long to utm. | |
| LatLon | getLatLon (const UTM &utm) const |
| converts utm to lat-long | |
| LLUTM (const Ellipsoid &e) | |
| Construct a converter by telling it which ellipsoid to use. | |
| LLUTM () | |
| Constructs a converter based on the WGS84 Ellipsoid. | |
Classes | |
| struct | LL |
| Lat-Long in degrees. More... | |
| struct | UTM |
| UTM coordinates in meters. More... | |
| code::LLUTM::LLUTM | ( | const Ellipsoid & | e | ) | [inline] |
Construct a converter by telling it which ellipsoid to use.
| code::LLUTM::LLUTM | ( | ) | [inline] |
Constructs a converter based on the WGS84 Ellipsoid.
1.4.7