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 Geometry
bufferByChains(Geometry g, double distance, int maxChainSize)
static Geometry
bufferByComponents(Geometry g, double distance)
static Geometry
bufferBySegments(Geometry g, double distance)
Buffer polygons by buffering the individual boundary segments and either unioning or differencing them.static Geometry
componentBuffers(Geometry g, double distance)
-