Class IteratedOverlayFunctions


  • public class IteratedOverlayFunctions
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.locationtech.jts.geom.Geometry overlayIndexedNG​(org.locationtech.jts.geom.Geometry coll)  
      static org.locationtech.jts.geom.Geometry overlayNG​(org.locationtech.jts.geom.Geometry coll)  
      static org.locationtech.jts.geom.Geometry overlayOld​(org.locationtech.jts.geom.Geometry coll)  
      static org.locationtech.jts.geom.Geometry overlaySR​(org.locationtech.jts.geom.Geometry coll, double scale)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IteratedOverlayFunctions

        public IteratedOverlayFunctions()
    • Method Detail

      • overlayOld

        public static org.locationtech.jts.geom.Geometry overlayOld​(org.locationtech.jts.geom.Geometry coll)
      • overlayNG

        public static org.locationtech.jts.geom.Geometry overlayNG​(org.locationtech.jts.geom.Geometry coll)
      • overlaySR

        public static org.locationtech.jts.geom.Geometry overlaySR​(org.locationtech.jts.geom.Geometry coll,
                                                                   double scale)
      • overlayIndexedNG

        public static org.locationtech.jts.geom.Geometry overlayIndexedNG​(org.locationtech.jts.geom.Geometry coll)