Package | Description |
---|---|
org.locationtech.jts.operation.buffer |
Provides classes for computing buffers of geometries
|
Modifier and Type | Method and Description |
---|---|
BufferParameters |
OffsetCurveBuilder.getBufferParameters()
Gets the buffer parameters being used to generate the curve.
|
Modifier and Type | Method and Description |
---|---|
static Geometry |
BufferOp.bufferOp(Geometry g,
double distance,
BufferParameters params)
Computes the buffer for a geometry for a given buffer distance
and accuracy of approximation.
|
Constructor and Description |
---|
BufferOp(Geometry g,
BufferParameters bufParams)
Initializes a buffer computation for the given geometry
with the given set of parameters
|
OffsetCurveBuilder(PrecisionModel precisionModel,
BufferParameters bufParams) |
Copyright © 2024. All rights reserved.