|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vividsolutions.jts.algorithm.LineIntersector
com.vividsolutions.jts.algorithm.RobustLineIntersector
public class RobustLineIntersector
A robust version of LineIntersector.
RobustDeterminant| Field Summary |
|---|
| Fields inherited from class com.vividsolutions.jts.algorithm.LineIntersector |
|---|
COLLINEAR, COLLINEAR_INTERSECTION, DO_INTERSECT, DONT_INTERSECT, inputLines, intLineIndex, intPt, isProper, NO_INTERSECTION, pa, pb, POINT_INTERSECTION, precisionModel, result |
| Constructor Summary | |
|---|---|
RobustLineIntersector()
|
|
| Method Summary | |
|---|---|
protected int |
computeIntersect(Coordinate p1,
Coordinate p2,
Coordinate q1,
Coordinate q2)
|
void |
computeIntersection(Coordinate p,
Coordinate p1,
Coordinate p2)
Compute the intersection of a point p and the line p1-p2. |
| Methods inherited from class com.vividsolutions.jts.algorithm.LineIntersector |
|---|
computeEdgeDistance, computeIntersection, computeIntLineIndex, computeIntLineIndex, getEdgeDistance, getEndpoint, getIndexAlongSegment, getIntersection, getIntersectionAlongSegment, getIntersectionNum, hasIntersection, isCollinear, isEndPoint, isInteriorIntersection, isInteriorIntersection, isIntersection, isProper, nonRobustComputeEdgeDistance, setMakePrecise, setPrecisionModel, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RobustLineIntersector()
| Method Detail |
|---|
public void computeIntersection(Coordinate p,
Coordinate p1,
Coordinate p2)
LineIntersectorp.
computeIntersection in class LineIntersector
protected int computeIntersect(Coordinate p1,
Coordinate p2,
Coordinate q1,
Coordinate q2)
computeIntersect in class LineIntersector
|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||