17 #include <geos/operation/overlayng/OverlayLabel.h> 18 #include <geos/export.h> 61 void initPoints(
const Edge* edge);
69 int compareTo(
const EdgeKey* ek)
const;
70 bool equals(
const EdgeKey* ek)
const;
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
bool operator<(const Coordinate &a, const Coordinate &b)
Strict weak ordering operator for Coordinate.
Definition: Coordinate.h:134
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26
Definition: operation/overlayng/Edge.h:62
bool operator==(const Coordinate &a, const Coordinate &b)
Equality operator for Coordinate. 2D only.