Class RobustLineIntersector

java.lang.Object
org.locationtech.jts.algorithm.LineIntersector
org.locationtech.jts.algorithm.RobustLineIntersector

public class RobustLineIntersector extends LineIntersector
A robust version of LineIntersector.
Version:
1.7
  • Constructor Details

    • RobustLineIntersector

      public RobustLineIntersector()
  • Method Details

    • computeIntersection

      public void computeIntersection(Coordinate p, Coordinate p1, Coordinate p2)
      Description copied from class: LineIntersector
      Compute the intersection of a point p and the line p1-p2. This function computes the boolean value of the hasIntersection test. The actual value of the intersection (if there is one) is equal to the value of p.
      Specified by:
      computeIntersection in class LineIntersector