Add dynamic data based on client's action

358
2
01-01-2013 01:29 PM
RamakrishnanDurairajan
New Contributor
Hello,

I am new to ArcGIS. I'm posting here to brainstorm ideas and check if my requirement is possible.

Here is my scenario: I have a set of files that contains the data in the server. I also have a webpage that lists the availability of data that can plotted on the ArcMap (which will be hosted using ArcServer). The webpage also has some fields to prune the data. The user clicks one of the names of the files and this request should go the server and I need to prune out some data in that file based on the fields. This will give out latitude/longitude values. I should then plot the data on a map that is hosted in the server dynamically. Is this possible? If yes, could you give some pointers and examples?

Thanks in advance!
Tags (2)
0 Kudos
2 Replies
nicogis
MVP Frequent Contributor
in 10.1 you can use dynamic layer:
-find data from registered workspace and use query layer
-add to the map on a per-request basis
see http://resources.arcgis.com/en/help/main/10.1/0154/0154000004zv000000.htm
example on renderer http://www.arcgis.com/home/item.html?id=97e918061ad140dcbab68a38782b408b
0 Kudos
RamakrishnanDurairajan
New Contributor
Thanks for the reply. It's exactly what I was looking for. In this example, can we upload XY data and draw lines? Can you please explain. Thanks in advance!
0 Kudos