Class LineIntersector
- java.lang.Object
-
- net.anwiba.spatial.geometry.operator.LineIntersector
-
public class LineIntersector extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LineIntersector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomputeIntersection(ICoordinate startPoint, ICoordinate endPoint, ICoordinate point, ICoordinate otherPoint)booleanhasIntersection()booleanisIntersection(ICoordinate point)
-
-
-
Method Detail
-
computeIntersection
public void computeIntersection(ICoordinate startPoint, ICoordinate endPoint, ICoordinate point, ICoordinate otherPoint)
-
hasIntersection
public boolean hasIntersection()
-
isIntersection
public boolean isIntersection(ICoordinate point)
-
-