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 😀
Â