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 | |
LatLonLambert2SP (const LatLon &false_origin_latlon_, const Angle &lat_1st_parallel_, const Angle &lat_2nd_parallel_, const Lambert &false_origin_lam_, const Ellipsoid &e=Ellipsoid::WGS84()) | |
Construct a converter by telling it all the needed parameters. |
code::LatLonLambert2SP::LatLonLambert2SP | ( | const LatLon & | false_origin_latlon_, | |
const Angle & | lat_1st_parallel_, | |||
const Angle & | lat_2nd_parallel_, | |||
const Lambert & | false_origin_lam_, | |||
const Ellipsoid & | e = Ellipsoid::WGS84() | |||
) |
Construct a converter by telling it all the needed parameters.
converts lat-lon to lambert.