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 GeometrygetEndPoints(Geometry g)static GeometrylineStringSelfIntersections(LineString line)static voidmain(String[] args)static voidshowSelfIntersections(LineString line)
-
-
-
Method Detail
-
showSelfIntersections
public static void showSelfIntersections(LineString line)
-
lineStringSelfIntersections
public static Geometry lineStringSelfIntersections(LineString line)
-
-