Public Member Functions | |
LatLon (const Angle &, const Angle &) | |
Build a LatLon from a pair of Angles. | |
const Angle & | getLatitude () const |
Return the latitude angle. | |
const Angle & | getLongitude () const |
Return the longitude angle. | |
bool | isValid () const |
Determine whether this LatLon contains reasonable values. | |
Friends | |
std::ostream & | operator<< (std::ostream &, const LatLon &) |
Print a nicely formatted string for this LatLon. |
const Angle& code::LatLon::getLatitude | ( | ) | const [inline] |
Return the latitude angle.
const Angle& code::LatLon::getLongitude | ( | ) | const [inline] |
Return the longitude angle.
bool code::LatLon::isValid | ( | ) | const |
Determine whether this LatLon contains reasonable values.
std::ostream& operator<< | ( | std::ostream & | , | |
const LatLon & | ||||
) | [friend] |
Print a nicely formatted string for this LatLon.