Class 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
    • Constructor Detail

      • LineStringSelfIntersections

        public LineStringSelfIntersections()
    • Method Detail

      • 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)