Package org.locationtech.jts.operation.buffer
Provides classes for computing buffers of geometries
-
Class Summary Class Description BufferInputLineSimplifier Simplifies a buffer input line to remove concavities with shallow depth.BufferOp Computes the buffer of a geometry, for both positive and negative buffer distances.BufferParameters A value class containing the parameters which specify how a buffer should be constructed.OffsetCurveBuilder Computes the raw offset curve for a singleGeometry
component (ring, line or point).OffsetCurveSetBuilder Creates all the raw offset curves for a buffer of aGeometry
.VariableBuffer Creates a buffer polygon with a varying buffer distance at each vertex along a line.VariableWidthBuffer Creates a buffer polygon with variable width along a line.