Class BufferByUnionFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.BufferByUnionFunctions
-
public class BufferByUnionFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BufferByUnionFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GeometrybufferByChains(Geometry g, double distance, int maxChainSize)static GeometrybufferByComponents(Geometry g, double distance)static GeometrybufferBySegments(Geometry g, double distance)Buffer polygons by buffering the individual boundary segments and either unioning or differencing them.static GeometrycomponentBuffers(Geometry g, double distance)
-