Package | Description |
---|---|
com.vividsolutions.jts.operation.buffer |
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)
Comutes 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 © 2016. All rights reserved.