Class IteratedOverlayFunctions
java.lang.Object
org.locationtech.jtslab.IteratedOverlayFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-