Hello When you using the IntersectAsync geometry service class method does it return attributes of the graphics that it intersects. I have a some soils graphics that I need to 'clip' with a boundary. So I thought this would work, it seems to work correctly and return the correct graphics but I don't think there are any attributes left.
Intersect REST API is working with the geometries only. The attributes are not sent to the server (and so are not returned).
However the Intersect API returns all geometries in the same order than the input geometries (the geometries that don't intersect having a null extent). So you should be able to retrieve the attributes from the input graphics.
Intersect REST API is working with the geometries only. The attributes are not sent to the server (and so are not returned).
However the Intersect API returns all geometries in the same order than the input geometries (the geometries that don't intersect having a null extent). So you should be able to retrieve the attributes from the input graphics.