GEOS
3.6.1
|
#include <EdgeIntersection.h>
Public Member Functions | |
EdgeIntersection (const geom::Coordinate &newCoord, int newSegmentIndex, double newDist) | |
bool | isEndPoint (int maxSegmentIndex) const |
const geom::Coordinate & | getCoordinate () const |
int | getSegmentIndex () const |
double | getDistance () const |
Public Attributes | |
geom::Coordinate | coord |
double | dist |
int | segmentIndex |
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.