I've searched around for this but yet haven't found anything helpful. What I'm trying to do is finding the intersection of two map surface elements, both of which are (poly)polygons. In other words, I want to find the polygon of the area covered by two other polygons. Is there any support in the map classes to do this?
Hi Mikael,
You are very welcom. Please let me know if you have any questions.
Great, thanks!
I am opening a case for you. I have opened a feature request for you and will be able to update you thru the case .
Worked out a solution by implementing a third party polygon clipping library and passing the SurfaceElements' point lists.