public class ClipFunctions extends Object
| Constructor and Description |
|---|
ClipFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
clipByIntersection(org.locationtech.jts.geom.Geometry geom,
org.locationtech.jts.geom.Geometry rectangle) |
static org.locationtech.jts.geom.Geometry |
clipByIntersectionOpt(org.locationtech.jts.geom.Geometry geom,
org.locationtech.jts.geom.Geometry rectangle) |
static org.locationtech.jts.geom.Geometry |
clipPoly(org.locationtech.jts.geom.Geometry geom,
org.locationtech.jts.geom.Geometry rectangle) |
static org.locationtech.jts.geom.Geometry |
clipPolyPrecise(org.locationtech.jts.geom.Geometry geom,
org.locationtech.jts.geom.Geometry rectangle,
double scaleFactor) |
public static org.locationtech.jts.geom.Geometry clipPoly(org.locationtech.jts.geom.Geometry geom,
org.locationtech.jts.geom.Geometry rectangle)
public static org.locationtech.jts.geom.Geometry clipPolyPrecise(org.locationtech.jts.geom.Geometry geom,
org.locationtech.jts.geom.Geometry rectangle,
double scaleFactor)
public static org.locationtech.jts.geom.Geometry clipByIntersection(org.locationtech.jts.geom.Geometry geom,
org.locationtech.jts.geom.Geometry rectangle)
public static org.locationtech.jts.geom.Geometry clipByIntersectionOpt(org.locationtech.jts.geom.Geometry geom,
org.locationtech.jts.geom.Geometry rectangle)
Copyright © 2022. All rights reserved.