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 Geometryintersection(Geometry g1, Geometry g2)static GeometryintersectionDD(Geometry g1, Geometry g2)static booleanintersects(Geometry g1, Geometry g2)static GeometrylineIntersection(Geometry g1, Geometry g2)static GeometrylineIntersectionDD(Geometry g1, Geometry g2)static GeometrylineSegmentIntersection(Geometry g1, Geometry g2)static GeometryreflectPoint(Geometry g1, Geometry g2)
-