#include <SegmentPointComparator.h>
Static Public Member Functions | |
| static int | compare (int octant, const geom::Coordinate &p0, const geom::Coordinate &p1) |
| static int | relativeSign (double x0, double x1) |
| static int | compareValue (int compareSign0, int compareSign1) |
| static int geos::noding::SegmentPointComparator::compare | ( | int | octant, | |
| const geom::Coordinate & | p0, | |||
| const geom::Coordinate & | p1 | |||
| ) | [inline, static] |
Compares two Coordinates for their relative position along a segment lying in the specified Octant.
0 the two nodes are equal
1 node1 occurs first
1.4.7