We have a feature layer, which we intend to publish using ArcGIS Server.
We have a WPF application which displays maps. This feature layer is to be overlayed upon the map.
The feature layers represents certain units installed at particular locations. We have the co-ordinates of these units.
The units have different state eg Enabled/disabled. We wish to represent the enabled units with different icon and disabled with different icon. Obviously the state is obtained dynamically. How to achieve this?
Also, Upon clicking these units on the map some function should be performed.
How do we determine which unit has been clicked?