Package org.locationtech.jtslab
Class IteratedOverlayFunctions
- java.lang.Object
-
- org.locationtech.jtslab.IteratedOverlayFunctions
-
public class IteratedOverlayFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IteratedOverlayFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.GeometryoverlayIndexedNG(org.locationtech.jts.geom.Geometry coll)static org.locationtech.jts.geom.GeometryoverlayNG(org.locationtech.jts.geom.Geometry coll)static org.locationtech.jts.geom.GeometryoverlayOld(org.locationtech.jts.geom.Geometry coll)static org.locationtech.jts.geom.GeometryoverlaySR(org.locationtech.jts.geom.Geometry coll, double scale)
-
-
-
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)
-
-