<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Spatial Select Data That is Not In Map Service in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-select-data-that-is-not-in-map-service/m-p/438139#M40348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am going to be working with point data that is sensitive and cannot be in a published map service, not even with tokens.&amp;nbsp; I want to do a spatial selection on the points to select the points within a polygon and return attribute information only.&amp;nbsp; First, is it possible to do a spatial selection against data that is not published as a map service?&amp;nbsp; 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).&amp;nbsp; Second, is there any example of this?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked at this tutorial (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/GP_service_example_Selecting_data/00930000003w000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/GP_service_example_Selecting_data/00930000003w000000/&lt;/A&gt;&lt;SPAN&gt;)&amp;nbsp; and at #2 "Geoprocessing Service with Source Map Document" it seems to indicate that a geoprocessing service can access datasets on a disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chuck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2012 14:28:06 GMT</pubDate>
    <dc:creator>chuckfrank</dc:creator>
    <dc:date>2012-06-21T14:28:06Z</dc:date>
    <item>
      <title>Spatial Select Data That is Not In Map Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-select-data-that-is-not-in-map-service/m-p/438139#M40348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am going to be working with point data that is sensitive and cannot be in a published map service, not even with tokens.&amp;nbsp; I want to do a spatial selection on the points to select the points within a polygon and return attribute information only.&amp;nbsp; First, is it possible to do a spatial selection against data that is not published as a map service?&amp;nbsp; 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).&amp;nbsp; Second, is there any example of this?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked at this tutorial (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/GP_service_example_Selecting_data/00930000003w000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/GP_service_example_Selecting_data/00930000003w000000/&lt;/A&gt;&lt;SPAN&gt;)&amp;nbsp; and at #2 "Geoprocessing Service with Source Map Document" it seems to indicate that a geoprocessing service can access datasets on a disk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chuck&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 14:28:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-select-data-that-is-not-in-map-service/m-p/438139#M40348</guid>
      <dc:creator>chuckfrank</dc:creator>
      <dc:date>2012-06-21T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Select Data That is Not In Map Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-select-data-that-is-not-in-map-service/m-p/438140#M40349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I am going to be working with point data that is sensitive and cannot be in a published map service, not even with tokens.&amp;nbsp; I want to do a spatial selection on the points to select the points within a polygon and return attribute information only.&amp;nbsp; First, is it possible to do a spatial selection against data that is not published as a map service?&amp;nbsp; 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).&amp;nbsp; Second, is there any example of this?&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;I looked at this tutorial (&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/GP_service_example_Selecting_data/00930000003w000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/GP_service_example_Selecting_data/00930000003w000000/&lt;/A&gt;)&amp;nbsp; and at #2 "Geoprocessing Service with Source Map Document" it seems to indicate that a geoprocessing service can access datasets on a disk.&lt;BR /&gt;&lt;BR /&gt;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.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chuck&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Runing a GP service without a source .mxd is a pretty good choice. You could be able to choose the feature class directly throught .sde file....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 15:30:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-select-data-that-is-not-in-map-service/m-p/438140#M40349</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2012-06-21T15:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial Select Data That is Not In Map Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-select-data-that-is-not-in-map-service/m-p/438141#M40350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you know the syntax to connect to the SDE database?&amp;nbsp; I've been using model builder to build geoprocessing services.&amp;nbsp; I have a clip function to clip an SDE layer, but when I try to publish and test the tool I get a "000732 - dataset does not exist error".&amp;nbsp; It's trying to find something that looks like this "Database Connections\database.sde\database.DBO.SurfaceWater\database.DBO.sites" but it can't because that's back on the server.&amp;nbsp; In .NET I'd use a connection string, but I'm hoping to do this in model builder.&amp;nbsp; Is it possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 15:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/spatial-select-data-that-is-not-in-map-service/m-p/438141#M40350</guid>
      <dc:creator>chuckfrank</dc:creator>
      <dc:date>2012-07-09T15:23:38Z</dc:date>
    </item>
  </channel>
</rss>

