Class LineIntersector
java.lang.Object
net.anwiba.spatial.geometry.operator.LineIntersector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcomputeIntersection(ICoordinate startPoint, ICoordinate endPoint, ICoordinate point, ICoordinate otherPoint) booleanbooleanisIntersection(ICoordinate point)
-
Constructor Details
-
LineIntersector
public LineIntersector()
-
-
Method Details
-
computeIntersection
public void computeIntersection(ICoordinate startPoint, ICoordinate endPoint, ICoordinate point, ICoordinate otherPoint) -
hasIntersection
public boolean hasIntersection() -
isIntersection
-