public class IteratedOverlayFunctions extends Object
| Constructor and Description |
|---|
IteratedOverlayFunctions() |
| Modifier and Type | Method and 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) |
public static org.locationtech.jts.geom.Geometry overlayOld(org.locationtech.jts.geom.Geometry coll)
public static org.locationtech.jts.geom.Geometry overlayNG(org.locationtech.jts.geom.Geometry coll)
public static org.locationtech.jts.geom.Geometry overlaySR(org.locationtech.jts.geom.Geometry coll,
double scale)
public static org.locationtech.jts.geom.Geometry overlayIndexedNG(org.locationtech.jts.geom.Geometry coll)
Copyright © 2022. All rights reserved.