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 org.locationtech.jts.geom.GeometryclipByIntersection(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle)static org.locationtech.jts.geom.GeometryclipByIntersectionOpt(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle)static org.locationtech.jts.geom.GeometryclipPoly(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle)static org.locationtech.jts.geom.GeometryclipPolyPrecise(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle, double scaleFactor)
-
-
-
Method Detail
-
clipPoly
public static org.locationtech.jts.geom.Geometry clipPoly(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle)
-
clipPolyPrecise
public static org.locationtech.jts.geom.Geometry clipPolyPrecise(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle, double scaleFactor)
-
clipByIntersection
public static org.locationtech.jts.geom.Geometry clipByIntersection(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle)
-
clipByIntersectionOpt
public static org.locationtech.jts.geom.Geometry clipByIntersectionOpt(org.locationtech.jts.geom.Geometry geom, org.locationtech.jts.geom.Geometry rectangle)
-
-