|
ad_map_access
|
#include <ad/map/point/Latitude.hpp>
Public Member Functions | |
| Latitude () | |
| default constructor More... | |
| _AD_MAP_POINT_LATITUDE_EXPLICIT_CONVERSION_ | Latitude (double const iLatitude) |
| standard constructor More... | |
| Latitude (const Latitude &other)=default | |
| standard copy constructor | |
| Latitude (Latitude &&other)=default | |
| standard move constructor | |
| Latitude & | operator= (const Latitude &other)=default |
| standard assignment operator More... | |
| Latitude & | operator= (Latitude &&other)=default |
| standard move operator More... | |
| bool | operator== (const Latitude &other) const |
| standard comparison operator More... | |
| bool | operator!= (const Latitude &other) const |
| standard comparison operator More... | |
| bool | operator> (const Latitude &other) const |
| standard comparison operator More... | |
| bool | operator< (const Latitude &other) const |
| standard comparison operator More... | |
| bool | operator>= (const Latitude &other) const |
| standard comparison operator More... | |
| bool | operator<= (const Latitude &other) const |
| standard comparison operator More... | |
| Latitude | operator+ (const Latitude &other) const |
| standard arithmetic operator More... | |
| Latitude & | operator+= (const Latitude &other) |
| standard arithmetic operator More... | |
| Latitude | operator- (const Latitude &other) const |
| standard arithmetic operator More... | |
| Latitude | operator-= (const Latitude &other) |
| standard arithmetic operator More... | |
| Latitude | operator* (const double &scalar) const |
| standard arithmetic operator More... | |
| Latitude | operator/ (const double &scalar) const |
| standard arithmetic operator More... | |
| double | operator/ (const Latitude &other) const |
| standard arithmetic operator More... | |
| Latitude | operator- () const |
| standard arithmetic operator More... | |
| _AD_MAP_POINT_LATITUDE_EXPLICIT_CONVERSION_ | operator double () const |
| conversion to base type: double More... | |
| bool | isValid () const |
| void | ensureValid () const |
| ensure that the Latitude is valid More... | |
| void | ensureValidNonZero () const |
| ensure that the Latitude is valid and non zero More... | |
Static Public Member Functions | |
| static Latitude | getMin () |
| get minimum valid Latitude (i.e. cMinValue) | |
| static Latitude | getMax () |
| get maximum valid Latitude (i.e. cMaxValue) | |
| static Latitude | getPrecision () |
| get assumed accuracy of Latitude (i.e. cPrecisionValue) | |
Static Public Attributes | |
| static const double | cMinValue |
| constant defining the minimum valid Latitude value (used in isValid()) | |
| static const double | cMaxValue |
| constant defining the maximum valid Latitude value (used in isValid()) | |
| static const double | cPrecisionValue |
| constant defining the assumed Latitude value accuracy (used in comparison operator==(), operator!=()) | |
|
inline |
default constructor
The default value of Latitude is: std::numeric_limits<double>::quiet_NaN()
|
inline |
standard constructor
|
inline |
|
inline |
|
inline |
|
inline |
conversion to base type: double
|
inline |
|
inline |
standard arithmetic operator
| [in] | scalar | Scalar double value |
value or the result of the operation is not valid standard arithmetic operator
| [in] | other | Other Latitude |
standard arithmetic operator
| [in] | other | Other Latitude |
|
inline |
standard arithmetic operator
standard arithmetic operator
| [in] | other | Other Latitude |
standard arithmetic operator
| [in] | other | Other Latitude |
|
inline |
standard arithmetic operator
| [in] | scalar | Scalar double value |
|
inline |
standard arithmetic operator
| [in] | other | Other Latitude |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.17