Class ClipFunctions
java.lang.Object
org.locationtech.jtslab.ClipFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
ClipFunctions
public ClipFunctions()
-
-
Method Details
-
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)
-