Package org.locationtech.jts.operation.buffer
Provides classes for computing buffers of geometries
-
Class Summary Class Description BufferCurveSetBuilder Creates all the raw offset curves for a buffer of aGeometry
.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.OffsetCurve Computes an offset curve from a geometry.OffsetCurveBuilder Computes the raw offset curve for a singleGeometry
component (ring, line or point).VariableBuffer Creates a buffer polygon with a varying buffer distance at each vertex along a line.