Hi,
I have a requirement where the map client needs to allow users to download a filtered feature class as shapefile or text file.
Specifically, they can specify some filter (e.g. date is larger than 1980, status == "blah"... etc) on the map client, and map client will construct a "where" on the feature class for download as shapefile or text file.
I have looked some GP tools but none of them allows "where" clause to be specified.
My current thinking is to use ArcObjects to write a SOE or web service.
Any suggestions?
p.s. the map client is a Flex (sample flex viewer) application.
Thanks.