Class LineSegmentFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.LineSegmentFunctions
-
public class LineSegmentFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LineSegmentFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
segmentIntersection(Geometry g1, Geometry g2)
static Geometry
segmentIntersectionDD(Geometry g1, Geometry g2)
static boolean
segmentIntersects(Geometry g1, Geometry g2)
-