public class BufferByUnionFunctions extends Object
| Constructor and Description |
|---|
BufferByUnionFunctions() |
| Modifier and Type | Method and 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) |
Copyright © 2025. All rights reserved.