Hi All,I am going to be working with point data that is sensitive and cannot be in a published map service, not even with tokens. I want to do a spatial selection on the points to select the points within a polygon and return attribute information only. First, is it possible to do a spatial selection against data that is not published as a map service? I could choose to store the data in any of these formats that might work -(feature class, could be in file gdb, sde, layer in mxd, or even flat sql table). Second, is there any example of this? I looked at this tutorial (http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/GP_service_example_Selecting_data/00930000003w000000/) and at #2 "Geoprocessing Service with Source Map Document" it seems to indicate that a geoprocessing service can access datasets on a disk.My fallback idea is to run a straight sql query on the data and loop through each coordinate to check if it's inside or outside a polygon, but that will only be if I can't find a better way. Thanks,Chuck
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.