Public Member Functions | |
UTM (double n, double e, const std::string &z) | |
UTM () | |
Invalid object -- For STL use only. | |
Public Attributes | |
double | northing |
double | easting |
std::string | zone |
code::LLUTM::UTM::UTM | ( | double | n, | |
double | e, | |||
const std::string & | z | |||
) | [inline] |
code::LLUTM::UTM::UTM | ( | ) | [inline] |
Invalid object -- For STL use only.
double code::LLUTM::UTM::easting |
double code::LLUTM::UTM::northing |
std::string code::LLUTM::UTM::zone |