Public Member Functions | |
Lambert | getLambert (const LatLon &latlong) const |
converts lat-lon to lambert. | |
LatLon | getLatLon (const Lambert &lam) const |
converts utm to lat-long | |
LatLonLambert1SP (const Angle &natural_origin_lat, const Angle &natural_origin_lon, const Lambert &natural_origin_lam_=Lambert(), float scale=1.0, const Ellipsoid &e=Ellipsoid::WGS84()) | |
Construct a converter by telling it all the needed parameters. |
code::LatLonLambert1SP::LatLonLambert1SP | ( | const Angle & | natural_origin_lat, | |
const Angle & | natural_origin_lon, | |||
const Lambert & | natural_origin_lam_ = Lambert() , |
|||
float | scale = 1.0 , |
|||
const Ellipsoid & | e = Ellipsoid::WGS84() | |||
) |
Construct a converter by telling it all the needed parameters.
converts lat-lon to lambert.