public class EdgeIntersection
implements
Comparable
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.
Other
version: 1.7
public EdgeIntersection(Coordinate coord, int segmentIndex, double dist)