GeometryGraphOperation constructor

GeometryGraphOperation(
  1. Geometry g0,
  2. Geometry g1
)

Implementation

GeometryGraphOperation(Geometry g0, Geometry g1)
    : this.withRule(g0, g1, BoundaryNodeRule.OGC_SFS_BOUNDARY_RULE
//         BoundaryNodeRule.ENDPOINT_BOUNDARY_RULE
          );