![]() |
GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
|
This is the complete list of members for geodesk::Coordinate, including all inherited members.
| Coordinate(int32_t x_, int32_t y_) | geodesk::Coordinate | inline |
| Coordinate(double x_, double y_) | geodesk::Coordinate | inline |
| Coordinate() | geodesk::Coordinate | inline |
| isNull() const noexcept | geodesk::Coordinate | inline |
| lat() const noexcept | geodesk::Coordinate | inline |
| lon() const noexcept | geodesk::Coordinate | inline |
| ofLatLon(double lat, double lon) | geodesk::Coordinate | inlinestatic |
| ofLonLat(double lon, double lat) | geodesk::Coordinate | inlinestatic |
| operator int64_t() const noexcept | geodesk::Coordinate | inlineexplicit |
| operator!=(const Coordinate &other) const noexcept | geodesk::Coordinate | inline |
| operator==(const Coordinate &other) const noexcept | geodesk::Coordinate | inline |
| x | geodesk::Coordinate | |
| y | geodesk::Coordinate |