code::LLUTM Class Reference

List of all members.

Detailed Description

LLUTM provides conversions from UTM to Lat/Long and vice-versa.

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/)

Author:
Lakshman
Version:
Id
code_LLUTM.h,v 1.5 2009/06/02 20:17:38 lakshman Exp


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...


Constructor & Destructor Documentation

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.


Member Function Documentation

LatLon code::LLUTM::getLatLon ( const UTM utm  )  const

converts utm to lat-long

LL code::LLUTM::getLL ( const UTM utm  )  const

converts utm to lat-long

UTM code::LLUTM::getUTM ( const LatLon latlong  )  const

converts lat-long to utm.

UTM code::LLUTM::getUTM ( const LL latlong  )  const

converts lat-long to utm.


Generated on Fri May 4 13:40:12 2012 for WDSS-IIw2 by  doxygen 1.4.7