Class IteratedOverlayFunctions

java.lang.Object
org.locationtech.jtslab.IteratedOverlayFunctions

public class IteratedOverlayFunctions extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Object

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

    • IteratedOverlayFunctions

      public IteratedOverlayFunctions()
  • Method Details

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