BufferOp constructor

BufferOp(
  1. Geometry argGeom
)

Initializes a buffer computation for the given geometry

@param g the geometry to buffer

Implementation

BufferOp(this.argGeom);