BufferOp.withParams constructor

BufferOp.withParams(
  1. Geometry argGeom,
  2. BufferParameters bufParams
)

Initializes a buffer computation for the given geometry with the given set of parameters

@param g the geometry to buffer @param bufParams the buffer parameters to use

Implementation

BufferOp.withParams(this.argGeom, this.bufParams);