Class RobustLineIntersector3D


  • public class RobustLineIntersector3D
    extends org.locationtech.jts.algorithm.RobustLineIntersector
    This class has been extracted from RobustLineIntersector from JTS in order to fix the Z coordinate. It should be removed once fixed on JTS.
    • Field Summary

      • Fields inherited from class org.locationtech.jts.algorithm.LineIntersector

        COLLINEAR, COLLINEAR_INTERSECTION, DO_INTERSECT, DONT_INTERSECT, inputLines, intLineIndex, intPt, isProper, NO_INTERSECTION, pa, pb, POINT_INTERSECTION, precisionModel, result
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int computeIntersect​(org.locationtech.jts.geom.Coordinate p1, org.locationtech.jts.geom.Coordinate p2, org.locationtech.jts.geom.Coordinate q1, org.locationtech.jts.geom.Coordinate q2)  
      • Methods inherited from class org.locationtech.jts.algorithm.RobustLineIntersector

        computeIntersection
      • Methods inherited from class org.locationtech.jts.algorithm.LineIntersector

        computeEdgeDistance, computeIntersection, computeIntLineIndex, computeIntLineIndex, getEdgeDistance, getEndpoint, getIndexAlongSegment, getIntersection, getIntersectionAlongSegment, getIntersectionNum, hasIntersection, isCollinear, isEndPoint, isInteriorIntersection, isInteriorIntersection, isIntersection, isProper, nonRobustComputeEdgeDistance, setMakePrecise, setPrecisionModel, toString
    • Constructor Detail

      • RobustLineIntersector3D

        public RobustLineIntersector3D()
    • Method Detail

      • computeIntersect

        protected int computeIntersect​(org.locationtech.jts.geom.Coordinate p1,
                                       org.locationtech.jts.geom.Coordinate p2,
                                       org.locationtech.jts.geom.Coordinate q1,
                                       org.locationtech.jts.geom.Coordinate q2)
        Overrides:
        computeIntersect in class org.locationtech.jts.algorithm.RobustLineIntersector