You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
The current interface to compute union, intersection, etc. is a bit restrictive. It only allows
Polygon
withPolygon
or aMultiPolygon
with aMultiPolygon
. A better design is to create separate traits:Intersection
andUnion
and implement for the 4 combinations where the algorithm works?The text was updated successfully, but these errors were encountered: