![]() |
GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
|
This is the complete list of members for geodesk::Box, including all inherited members.
| area() const | geodesk::Box | inline |
| bottomLeft() const | geodesk::Box | inline |
| bottomRight() const | geodesk::Box | inline |
| Box() | geodesk::Box | inline |
| Box(int minX, int minY, int maxX, int maxY) | geodesk::Box | inline |
| Box(Coordinate c) | geodesk::Box | inline |
| buffer(int32_t b) | geodesk::Box | inline |
| center() const | geodesk::Box | inline |
| contains(int32_t x, int32_t y) const | geodesk::Box | inline |
| contains(Coordinate c) const | geodesk::Box | inline |
| contains(const Box &other) const | geodesk::Box | inline |
| containsSimple(int32_t x, int32_t y) const | geodesk::Box | inline |
| containsSimple(Coordinate c) const | geodesk::Box | inline |
| containsSimple(const Box &other) const | geodesk::Box | inline |
| expandToInclude(Coordinate c) | geodesk::Box | inline |
| expandToIncludeSimple(const Box &b) | geodesk::Box | inline |
| expandToIncludeX(int32_t x) | geodesk::Box | inline |
| format(char *buf) const | geodesk::Box | |
| height() const | geodesk::Box | inline |
| intersects(const Box &other) const | geodesk::Box | inline |
| isEmpty() const | geodesk::Box | inline |
| isSimple() const | geodesk::Box | inline |
| maxLat() const | geodesk::Box | inline |
| maxLon() const | geodesk::Box | inline |
| maxX() const | geodesk::Box | inline |
| maxY() const | geodesk::Box | inline |
| minLat() const | geodesk::Box | inline |
| minLon() const | geodesk::Box | inline |
| minX() const | geodesk::Box | inline |
| minY() const | geodesk::Box | inline |
| normalizedSimple(Coordinate a, Coordinate b) | geodesk::Box | inlinestatic |
| ofWorld() | geodesk::Box | inlinestatic |
| ofWSEN(double west, double south, double east, double north) | geodesk::Box | inlinestatic |
| operator!=(const Box &other) const | geodesk::Box | inline |
| operator==(const Box &other) const | geodesk::Box | inline |
| operator[](size_t index) | geodesk::Box | inline |
| operator[](size_t index) const | geodesk::Box | inline |
| setEmpty() | geodesk::Box | inline |
| setMaxX(int32_t v) | geodesk::Box | inline |
| setMaxY(int32_t v) | geodesk::Box | inline |
| setMinX(int32_t v) | geodesk::Box | inline |
| setMinY(int32_t v) | geodesk::Box | inline |
| simpleIntersection(const Box &a, const Box &b) | geodesk::Box | inlinestatic |
| simpleSmaller(const Box &a, const Box &b) | geodesk::Box | inlinestatic |
| topLeft() const | geodesk::Box | inline |
| topRight() const | geodesk::Box | inline |
| toString() const | geodesk::Box | |
| unitsAroundXY(int32_t d, Coordinate pt) | geodesk::Box | inlinestatic |
| widthSimple() const | geodesk::Box | inline |