Hi!
Context:
I have several rectangles (fishnet) and have to clip them using a polygon (describing a circle).
I saw GeometryEngine::clip(GeometryToBeClipped, Envolope), but i need more like
clip(GeometryToBeClipped, clippingGeometry).
Any hints?
Thanks in advance 😀
Solved! Go to Solution.
would intersection work?
would intersection work?
Hi!
From desktop app i was used to look for clip.
But here i have to use intersection.
Thank you very much