Uses of Class
org.locationtech.jts.operation.buffer.BufferParameters
Packages that use BufferParameters
Package
Description
Provides classes for computing buffers of geometries
-
Uses of BufferParameters in org.locationtech.jts.operation.buffer
Methods in org.locationtech.jts.operation.buffer that return BufferParametersModifier and TypeMethodDescriptionBufferParameters.copy()OffsetCurveBuilder.getBufferParameters()Gets the buffer parameters being used to generate the curve.Methods in org.locationtech.jts.operation.buffer with parameters of type BufferParametersModifier and TypeMethodDescriptionstatic GeometryBufferOp.bufferOp(Geometry g, double distance, BufferParameters params) Computes the buffer for a geometry for a given buffer distance and accuracy of approximation.static Coordinate[]OffsetCurve.rawOffset(LineString line, double distance, BufferParameters bufParams) Gets the raw offset curve for a line at a given distance.Constructors in org.locationtech.jts.operation.buffer with parameters of type BufferParametersModifierConstructorDescriptionBufferCurveSetBuilder(Geometry inputGeom, double distance, PrecisionModel precisionModel, BufferParameters bufParams) BufferOp(Geometry g, BufferParameters bufParams) Initializes a buffer computation for the given geometry with the given set of parametersOffsetCurve(Geometry geom, double distance, BufferParameters bufParams) Creates a new instance for computing an offset curve for a geometry at a given distance. setting the quadrant segments and join style and mitre limit viaBufferParameters.OffsetCurveBuilder(PrecisionModel precisionModel, BufferParameters bufParams)