Package | Description |
---|---|
org.locationtech.jts.operation.buffer |
Provides classes for computing buffers of geometries
|
Modifier and Type | Method | Description |
---|---|---|
BufferParameters |
OffsetCurveBuilder.getBufferParameters() |
Gets the buffer parameters being used to generate the curve.
|
Modifier and Type | Method | 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 | 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 © 2018. All rights reserved.