Public Member Functions | |
LambertProjection (double std_lon, double std_lat1, double std_lat2) | |
void | Lambert_to_LatLon (double x, double y, double &, double &) |
void | LatLon_to_Lambert (double lat, double lon, double &, double &) |
void | setstandard_longitude (int n) |
void | setstandard_lat1 (int n) |
void | setstandard_lat2 (int n) |
void | setVariablesLambert () |
LambertProjection::LambertProjection | ( | double | std_lon, | |
double | std_lat1, | |||
double | std_lat2 | |||
) |
void LambertProjection::Lambert_to_LatLon | ( | double | x, | |
double | y, | |||
double & | , | |||
double & | ||||
) |
void LambertProjection::LatLon_to_Lambert | ( | double | lat, | |
double | lon, | |||
double & | , | |||
double & | ||||
) |
void LambertProjection::setstandard_lat1 | ( | int | n | ) | [inline] |
void LambertProjection::setstandard_lat2 | ( | int | n | ) | [inline] |
void LambertProjection::setstandard_longitude | ( | int | n | ) | [inline] |
void LambertProjection::setVariablesLambert | ( | ) |