Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.vividsolutions.jts.algorithm.LineIntersector
com.vividsolutions.jts.algorithm.RobustLineIntersector
public class RobustLineIntersector
extends LineIntersector
RobustDeterminant
Field Summary |
Fields inherited from class com.vividsolutions.jts.algorithm.LineIntersector | |
COLLINEAR , DONT_INTERSECT , DO_INTERSECT , inputLines , intLineIndex , intPt , isProper , pa , pb , precisionModel , result |
Constructor Summary | |
Method Summary | |
int |
|
void |
|
Methods inherited from class com.vividsolutions.jts.algorithm.LineIntersector | |
computeEdgeDistance , computeIntLineIndex , computeIntLineIndex , computeIntersect , computeIntersection , computeIntersection , getEdgeDistance , getIndexAlongSegment , getIntersection , getIntersectionAlongSegment , getIntersectionNum , hasIntersection , isCollinear , isEndPoint , isInteriorIntersection , isInteriorIntersection , isIntersection , isProper , nonRobustComputeEdgeDistance , setMakePrecise , setPrecisionModel , toString |
public int computeIntersect(Coordinate p1, Coordinate p2, Coordinate q1, Coordinate q2)
- Overrides:
- computeIntersect in interface LineIntersector
public void computeIntersection(Coordinate p, Coordinate p1, Coordinate p2)
- Overrides:
- computeIntersection in interface LineIntersector