geo icon indicating copy to clipboard operation
geo copied to clipboard

Better Boolean Ops Interface

Open rmanoka opened this issue 3 years ago • 0 comments

The current interface to compute union, intersection, etc. is a bit restrictive. It only allows Polygon with Polygon or a MultiPolygon with a MultiPolygon. A better design is to create separate traits: Intersection and Union and implement for the 4 combinations where the algorithm works?

rmanoka avatar Jul 28 '22 18:07 rmanoka