21 #include <geos/export.h> 23 #include <geos/geomgraph/EdgeEnd.h> 30 class BoundaryNodeRule;
33 class IntersectionMatrix;
50 const std::vector<geomgraph::EdgeEnd*>& getEdgeEnds();
62 std::string print()
const override;
64 std::vector<geomgraph::EdgeEnd*> edgeEnds;
95 void computeLabelOn(uint8_t geomIndex,
98 void computeLabelSides(uint8_t geomIndex);
99 void computeLabelSide(uint8_t geomIndex, uint32_t side);
Implementation of Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix. ...
Definition: IntersectionMatrix.h:51
Models the end of an edge incident on a node.
Definition: EdgeEnd.h:54
An interface for rules which determine whether node points which are in boundaries of lineal geometry...
Definition: BoundaryNodeRule.h:50
A collection of geomgraph::EdgeEnd objects which originate at the same point and have the same direct...
Definition: EdgeEndBundle.h:46
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25