|
iceberg-cpp
|
A point used as a lower or upper geospatial column bound. More...
#include <geospatial.h>
Static Public Member Functions | |
| static GeospatialBound | XY (double x, double y) |
| Create a two-dimensional bound. | |
| static GeospatialBound | XYZ (double x, double y, double z) |
| Create a bound with a Z coordinate. | |
| static GeospatialBound | XYM (double x, double y, double m) |
| Create a bound with an M coordinate. | |
| static GeospatialBound | XYZM (double x, double y, double z, double m) |
| Create a bound with Z and M coordinates. | |
| static Result< GeospatialBound > | Deserialize (std::span< const uint8_t > bytes) |
| Decode a little-endian geospatial bound. | |
Friends | |
| bool | operator== (const GeospatialBound &, const GeospatialBound &)=default |
A point used as a lower or upper geospatial column bound.