public class OverlayOptFunctions extends Object
| Constructor and Description |
|---|
OverlayOptFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
intersectionOpt(org.locationtech.jts.geom.Geometry a,
org.locationtech.jts.geom.Geometry b)
Use spatial predicates as a filter
in front of intersection.
|
static org.locationtech.jts.geom.Geometry |
intersectionOptPrep(org.locationtech.jts.geom.Geometry a,
org.locationtech.jts.geom.Geometry b)
Use prepared geometry spatial predicates as a filter
in front of intersection,
with the first operand prepared.
|
public static org.locationtech.jts.geom.Geometry intersectionOpt(org.locationtech.jts.geom.Geometry a,
org.locationtech.jts.geom.Geometry b)
a - a geometryb - a geometrypublic static org.locationtech.jts.geom.Geometry intersectionOptPrep(org.locationtech.jts.geom.Geometry a,
org.locationtech.jts.geom.Geometry b)
a - a geometry to prepareb - a geometryCopyright © 2022. All rights reserved.