Class BufferByUnionFunctions
java.lang.Object
org.locationtech.jtstest.function.BufferByUnionFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
BufferByUnionFunctions
public BufferByUnionFunctions()
-
-
Method Details
-
componentBuffers
-
bufferByComponents
-
bufferBySegments
Buffer polygons by buffering the individual boundary segments and either unioning or differencing them.- Parameters:
g-distance-- Returns:
- the buffer geometry
-
bufferByChains
-