BoundaryOp constructor

BoundaryOp(
  1. Geometry geom
)

Implementation

BoundaryOp(this.geom) {
  this.bnRule = BoundaryNodeRule.MOD2_BOUNDARY_RULE as Mod2BoundaryNodeRule;
}