I need to get all polygons from a given layer that intersect with a given polygon. In addition to the intersection geometry, I need to know which polygons (IDs) produce those intersections and some other attributes from the intersecting polygons. The geometryEngine.intersect() returns the intersection geometries only. What's the best way to get the attributes along with the geometries?
Thanks to anyone who can help or give me a sample.