It looks like you're new here. If you want to get involved, click one of these buttons!
I'm always using it well. Thank you.
Question:
between region A and region B, I would like to find and return only regions where the two coordinates completely overlap. Is there a method that implements this function?
Comments
Sorry, I don't understand.
Could you give some example, preferably a picture?
Matthias
Instead of looking for where the two regions differ you want to know where they exactly match? If that's the case then it sounds like the opposite of an XOR operation...
This is what I came up with: