Uses of Class
org.locationtech.jts.operation.buffer.BufferParameters
-
Packages that use BufferParameters Package Description org.locationtech.jts.operation.buffer Provides classes for computing buffers of geometriesorg.locationtech.jtstest.function -
-
Uses of BufferParameters in org.locationtech.jts.operation.buffer
Fields in org.locationtech.jts.operation.buffer declared as BufferParameters Modifier and Type Field Description private BufferParameters
BufferBuilder. bufParams
private BufferParameters
BufferOp. bufParams
private BufferParameters
OffsetCurveBuilder. bufParams
private BufferParameters
OffsetSegmentGenerator. bufParams
Methods in org.locationtech.jts.operation.buffer that return BufferParameters Modifier and Type Method Description BufferParameters
OffsetCurveBuilder. getBufferParameters()
Gets the buffer parameters being used to generate the curve.Methods in org.locationtech.jts.operation.buffer with parameters of type BufferParameters 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.Constructors in org.locationtech.jts.operation.buffer with parameters of type BufferParameters Constructor Description BufferBuilder(BufferParameters bufParams)
Creates a new BufferBuilderBufferOp(Geometry g, BufferParameters bufParams)
Initializes a buffer computation for the given geometry with the given set of parametersOffsetCurveBuilder(PrecisionModel precisionModel, BufferParameters bufParams)
OffsetSegmentGenerator(PrecisionModel precisionModel, BufferParameters bufParams, double distance)
-
Uses of BufferParameters in org.locationtech.jtstest.function
Methods in org.locationtech.jtstest.function with parameters of type BufferParameters Modifier and Type Method Description private static Geometry
BufferFunctions. buildCurveSet(Geometry g, double dist, BufferParameters bufParams)
-