|
GEOS
3.10.1
|
A Depth object records the topological depth of the sides of an Edge for up to two Geometries. More...
#include <Depth.h>
Public Member Functions | |
| int | getDepth (int geomIndex, int posIndex) const |
| void | setDepth (int geomIndex, int posIndex, int depthValue) |
| geom::Location | getLocation (int geomIndex, int posIndex) const |
| void | add (int geomIndex, int posIndex, geom::Location location) |
| bool | isNull () const |
| bool | isNull (uint8_t geomIndex) const |
| bool | isNull (uint8_t geomIndex, uint8_t posIndex) const |
| int | getDelta (int geomIndex) const |
| void | normalize () |
| void | add (const Label &lbl) |
| std::string | toString () const |
Static Public Member Functions | |
| static int | depthAtLocation (geom::Location location) |