Class LineStringSelfIntersections
- java.lang.Object
-
- org.locationtech.jtsexample.technique.LineStringSelfIntersections
-
public class LineStringSelfIntersections extends Object
Shows a technique for identifying the location of self-intersections in a non-simple LineString.- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description LineStringSelfIntersections()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
getEndPoints(Geometry g)
static Geometry
lineStringSelfIntersections(LineString line)
static void
main(String[] args)
static void
showSelfIntersections(LineString line)
-
-
-
Method Detail
-
showSelfIntersections
public static void showSelfIntersections(LineString line)
-
lineStringSelfIntersections
public static Geometry lineStringSelfIntersections(LineString line)
-
-