geo
geo copied to clipboard
Better Boolean Ops Interface
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?