Class LineSegmentFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.LineSegmentFunctions
-
public class LineSegmentFunctions extends Object
-
-
Constructor Summary
Constructors Constructor Description LineSegmentFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
intersection(Geometry g1, Geometry g2)
static Geometry
intersectionDD(Geometry g1, Geometry g2)
static boolean
intersects(Geometry g1, Geometry g2)
static Geometry
lineIntersection(Geometry g1, Geometry g2)
static Geometry
lineIntersectionDD(Geometry g1, Geometry g2)
static Geometry
lineSegmentIntersection(Geometry g1, Geometry g2)
static Geometry
reflectPoint(Geometry g1, Geometry g2)
-