35 constexpr value_type
lat() const noexcept
41 constexpr value_type
lon() const noexcept
69 if (_lat == other.lat() && _lon == other.lon())
Resolution of a spatial grid.
Definition resolution.hpp:16
constexpr bool operator==(const resolution &other) const noexcept
EqualityComparable.
Definition resolution.hpp:67
constexpr value_type lat() const noexcept
Gets latitude resolution.
Definition resolution.hpp:35
constexpr resolution & lat(value_type value) noexcept
Sets latitude resolution.
Definition resolution.hpp:49
constexpr resolution(value_type lat, value_type lon)
Constructor.
Definition resolution.hpp:29
constexpr value_type lon() const noexcept
Gets longitude resolution.
Definition resolution.hpp:41
constexpr resolution & lon(value_type value) noexcept
Sets longitude resolution.
Definition resolution.hpp:58
constexpr bool operator!=(const resolution &other) const noexcept
Unequality comparison operator.
Definition resolution.hpp:77
Geospatial data formatting and processing.
Definition geography.hpp:17