com.vividsolutions.jtsexample.technique
Class LineStringSelfIntersections
java.lang.Object
com.vividsolutions.jtsexample.technique.LineStringSelfIntersections
public class LineStringSelfIntersections
- extends java.lang.Object
Shows a technique for identifying the location of self-intersections
in a non-simple LineString.
- Version:
- 1.7
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineStringSelfIntersections
public LineStringSelfIntersections()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
showSelfIntersections
public static void showSelfIntersections(LineString line)
lineStringSelfIntersections
public static Geometry lineStringSelfIntersections(LineString line)
getEndPoints
public static Geometry getEndPoints(Geometry g)
Copyright © 2010. All Rights Reserved.