public class RobustLineIntersector extends LineIntersector
LineIntersector.COLLINEAR, COLLINEAR_INTERSECTION, DO_INTERSECT, DONT_INTERSECT, NO_INTERSECTION, POINT_INTERSECTION| Constructor and Description |
|---|
RobustLineIntersector() |
| Modifier and Type | Method and Description |
|---|---|
void |
computeIntersection(Coordinate p,
Coordinate p1,
Coordinate p2)
Compute the intersection of a point p and the line p1-p2.
|
computeEdgeDistance, computeIntersection, getEdgeDistance, getEndpoint, getIndexAlongSegment, getIntersection, getIntersectionAlongSegment, getIntersectionNum, hasIntersection, isInteriorIntersection, isInteriorIntersection, isIntersection, isProper, nonRobustComputeEdgeDistance, setMakePrecise, setPrecisionModel, toStringpublic void computeIntersection(Coordinate p, Coordinate p1, Coordinate p2)
LineIntersectorp.computeIntersection in class LineIntersectorCopyright © 2024. All rights reserved.