I'm generating buffers for selected geometries in my map using an ArcGIS Server Geometry Service, but the buffers require some post-processing. When I send multiple input geometries to the geometry service, is there a way to know which response geometries belong to which input geometries? I tried using the array-order, but that doesn't seem reliable. The methods don't appear to support passing in an ID value.
Any guidance appreciated!
Robert,
They are guaranteed to be returned in the same order that they were submitted.