Package org.locationtech.jtslab
Class ClipFunctions
- java.lang.Object
-
- org.locationtech.jtslab.ClipFunctions
-
public class ClipFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClipFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
clipByIntersection(Geometry geom, Geometry rectangle)
static Geometry
clipByIntersectionOpt(Geometry geom, Geometry rectangle)
static Geometry
clipPoly(Geometry geom, Geometry rectangle)
static Geometry
clipPolyPrecise(Geometry geom, Geometry rectangle, double scaleFactor)
-