77 constexpr value_type
lat_min() const noexcept
83 constexpr value_type
lat_max() const noexcept
89 constexpr value_type
lon_min() const noexcept
95 constexpr value_type
lon_max() const noexcept
extent of a raster grid object
Definition extent.hpp:19
constexpr value_type lon_min() const noexcept
Minimal longitude of the spatial extent.
Definition extent.hpp:89
constexpr value_type lat_min() const noexcept
Minimal latitude of the spatial extent.
Definition extent.hpp:77
constexpr value_type lon_max() const noexcept
Get the maximal longitude of the spatial extent.
Definition extent.hpp:95
constexpr extent & lon_max(value_type val) noexcept
Maximal longitude of the spatial extent.
Definition extent.hpp:127
constexpr extent & lat_min(value_type val) noexcept
Minimal latitude of the spatial extent.
Definition extent.hpp:106
constexpr extent(value_type lat_min, value_type lat_max, value_type lon_min, value_type lon_max)
Constructor.
Definition extent.hpp:40
constexpr extent & lat_max(value_type val) noexcept
Maximal longitude of the spatial extent.
Definition extent.hpp:113
constexpr extent & lon_min(value_type val) noexcept
Minimal longitude of the spatial extent.
Definition extent.hpp:120
constexpr value_type lat_max() const noexcept
Maximal latitude of the spatial extent.
Definition extent.hpp:83
constexpr bool operator==(const extent &other) const noexcept
Equality comparison.
Definition extent.hpp:53
constexpr bool operator!=(const extent &other) const noexcept
Unequality comparison.
Definition extent.hpp:66
Geospatial data formatting and processing.
Definition geography.hpp:17