Class BufferByUnionFunctions
java.lang.Object
org.locationtech.jtstest.function.BufferByUnionFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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
-