#include <EdgeIntersection.h>
Public Member Functions | |
EdgeIntersection (const geom::Coordinate &newCoord, int newSegmentIndex, double newDist) | |
int | compare (int newSegmentIndex, double newDist) const |
bool | isEndPoint (int maxSegmentIndex) |
std::string | print () const |
int | compareTo (const EdgeIntersection *) const |
const geom::Coordinate & | getCoordinate () const |
int | getSegmentIndex () const |
double | getDistance () |
Public Attributes | |
geom::Coordinate | coord |
int | segmentIndex |
double | dist |
Represents a point on an edge which intersects with another edge.
The intersection may either be a single point, or a line segment (in which case this point is the start of the line segment) The intersection point must be precise.
int geos::geomgraph::EdgeIntersection::compare | ( | int | newSegmentIndex, | |
double | newDist | |||
) | const |