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 GeometryclipByIntersection(Geometry geom, Geometry rectangle)static GeometryclipByIntersectionOpt(Geometry geom, Geometry rectangle)static GeometryclipPoly(Geometry geom, Geometry rectangle)static GeometryclipPolyPrecise(Geometry geom, Geometry rectangle, double scaleFactor)
-