24 #include <geos/export.h>
25 #include <geos/geom/Coordinate.h>
26 #include <geos/geomgraph/Label.h>
33 class BoundaryNodeRule;
58 friend std::ostream& operator<< (std::ostream&,
const EdgeEnd&);
74 const Label& newLabel);
104 geom::Coordinate& getCoordinate() {
108 const geom::Coordinate&
109 getCoordinate()
const
114 geom::Coordinate& getDirectedCoordinate();
122 void setNode(Node* newNode);
126 int compareTo(
const EdgeEnd* e)
const;
148 virtual std::string print()
const;
175 std::ostream& operator<< (std::ostream&,
const EdgeEnd&);
177 struct GEOS_DLL EdgeEndLT {
181 return s1->compareTo(s2) < 0;
An interface for rules which determine whether node points which are in boundaries of lineal geometry...
Definition: BoundaryNodeRule.h:52
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:217
Models the end of an edge incident on a node.
Definition: EdgeEnd.h:54
EdgeEnd(Edge *newEdge, const geom::Coordinate &newP0, const geom::Coordinate &newP1, const Label &newLabel)
EdgeEnd(Edge *newEdge, const geom::Coordinate &newP0, const geom::Coordinate &newP1)
int compareDirection(const EdgeEnd *e) const
Definition: geomgraph/Edge.h:63
A Label indicates the topological relationship of a component of a topology graph to a given Geometry...
Definition: Label.h:57
The node component of a geometry graph.
Definition: geomgraph/Node.h:59
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25