Package org.h2gis.utilities.jts_utils
Class RobustLineIntersector3D
- java.lang.Object
-
- org.locationtech.jts.algorithm.LineIntersector
-
- org.locationtech.jts.algorithm.RobustLineIntersector
-
- org.h2gis.utilities.jts_utils.RobustLineIntersector3D
-
public class RobustLineIntersector3D extends org.locationtech.jts.algorithm.RobustLineIntersectorThis class has been extracted fromRobustLineIntersectorfrom JTS in order to fix the Z coordinate. It should be removed once fixed on JTS.
-
-
Constructor Summary
Constructors Constructor Description RobustLineIntersector3D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcomputeIntersect(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
-
-
-
-
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:
computeIntersectin classorg.locationtech.jts.algorithm.RobustLineIntersector
-
-