Identify a graphic, return results.
I have a workflow that uses a geoprocessing service to map waypoints/tracks from a GPX file. The result is a GPFeatureRecordSetLayer.
I'd like the user to be able to identify the attributes found in the result FeatureSet. Currently I have these displaying as a "HighlightEsriFeatureSet". I can iterate through the Featureset.Features to plot each graphic, but for large datasets, it's too slow. Even then, I don't think I could identify the attribute of the graphic. Since these features don't belong to a feature of a layer within a map service, it's a little tricky. I DID create two dummy layers for waypoints and tracks that contain the GPX schema, so I can at least control the format of returned results through a selection, but I still can't get the attributes through an identify.
Since we are now able to identify the attributes of a shapefile, which is essentially a graphic, I figured this would be possible. I just don't really know the path I need to take here.
TIA!
-
Did you ever solve this problem?
0
Please sign in to leave a comment.
Comments
1 comment