Class BufferByUnionFunctions
java.lang.Object
org.locationtech.jtstest.function.BufferByUnionFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeometrybufferByComponents(Geometry g, double distance) static GeometrybufferBySections(Geometry g, double distance, int maxChainSize) 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) static GeometrysectionBuffers(Geometry g, double distance, int maxChainSize)
-
Constructor Details
-
BufferByUnionFunctions
public BufferByUnionFunctions()
-
-
Method Details
-
componentBuffers
-
bufferByComponents
-
bufferBySegments
-
bufferBySections
-
sectionBuffers
-