<?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 Geoprocessing (intersecting / reading attributes / routing) with Javascript API in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/geoprocessing-intersecting-reading-attributes/m-p/410201#M20600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to work with the Javscript API do the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter an address (address 1), intersect a polygon, get an address (address 2) from that polygon and route a line between the resulting points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find the proper functionality in the API to support this processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the routing support in the sample on the directions app at &lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_directions_basic.html" title="https://developers.arcgis.com/javascript/jssamples/widget_directions_basic.html"&gt;Directions | ArcGIS API for JavaScript&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also an example for point in polygon search at &lt;A href="https://developers.arcgis.com/javascript/jssamples/util_relation.html" title="https://developers.arcgis.com/javascript/jssamples/util_relation.html"&gt;Geoprocessing - Point in polygon search | ArcGIS API for JavaScript&lt;/A&gt; .&amp;nbsp; Is there an basic example of this functionality available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any example of reading attributes from a selected feature?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Sep 2015 14:44:06 GMT</pubDate>
    <dc:creator>wcESRI</dc:creator>
    <dc:date>2015-09-23T14:44:06Z</dc:date>
    <item>
      <title>Geoprocessing (intersecting / reading attributes / routing) with Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/geoprocessing-intersecting-reading-attributes/m-p/410201#M20600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to work with the Javscript API do the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter an address (address 1), intersect a polygon, get an address (address 2) from that polygon and route a line between the resulting points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find the proper functionality in the API to support this processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the routing support in the sample on the directions app at &lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_directions_basic.html" title="https://developers.arcgis.com/javascript/jssamples/widget_directions_basic.html"&gt;Directions | ArcGIS API for JavaScript&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is also an example for point in polygon search at &lt;A href="https://developers.arcgis.com/javascript/jssamples/util_relation.html" title="https://developers.arcgis.com/javascript/jssamples/util_relation.html"&gt;Geoprocessing - Point in polygon search | ArcGIS API for JavaScript&lt;/A&gt; .&amp;nbsp; Is there an basic example of this functionality available?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any example of reading attributes from a selected feature?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 14:44:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/geoprocessing-intersecting-reading-attributes/m-p/410201#M20600</guid>
      <dc:creator>wcESRI</dc:creator>
      <dc:date>2015-09-23T14:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing (intersecting / reading attributes / routing) with Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/geoprocessing-intersecting-reading-attributes/m-p/410202#M20601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4873"&gt;Christopher Jursa&lt;/A&gt;​ you'll get more replies to JavaScript questions if you post in the &lt;A href="https://community.esri.com/space/2128"&gt;ArcGIS API for JavaScript&lt;/A&gt;​ space. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a simple example of reading attributes from a selected feature take a look at the sumPopulation function in this sample: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/fl_selection.html" title="https://developers.arcgis.com/javascript/jssamples/fl_selection.html"&gt;Select features within a two minute drive time | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 16:29:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/geoprocessing-intersecting-reading-attributes/m-p/410202#M20601</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-09-23T16:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing (intersecting / reading attributes / routing) with Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/geoprocessing-intersecting-reading-attributes/m-p/410203#M20602</link>
      <description>&lt;P&gt;Kelly,&amp;nbsp; thanks for the help.&amp;nbsp; Is the CreateDriveTimePolygons geoprocessing service in the example something public that ESRI provides or is it something I would have to create?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="kwd"&gt;var&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; gp &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt; &lt;SPAN class="kwd"&gt;new&lt;/SPAN&gt; &lt;SPAN class="typ"&gt;Geoprocessor&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;(&lt;/SPAN&gt;&lt;SPAN class="str"&gt;&lt;SPAN&gt;"url_goes_here&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 01:24:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/geoprocessing-intersecting-reading-attributes/m-p/410203#M20602</guid>
      <dc:creator>wcESRI</dc:creator>
      <dc:date>2021-05-07T01:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing (intersecting / reading attributes / routing) with Javascript API</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/geoprocessing-intersecting-reading-attributes/m-p/410204#M20603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a sample service provided by Esri for writing samples and testing and shouldn't be relied on for production apps. Here's info on how to setup a network service if you need one:&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-publishing-a-network-analysis-service.htm" title="http://server.arcgis.com/en/server/latest/get-started/windows/tutorial-publishing-a-network-analysis-service.htm"&gt;Tutorial: Publishing a network analysis service—Documentation (10.3 and 10.3.1) | ArcGIS for Server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However the reason I linked to that sample was to show an example of how to get attributes from a feature and for that functionality you don't need the network analysis service. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 16:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/geoprocessing-intersecting-reading-attributes/m-p/410204#M20603</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-10-08T16:01:19Z</dc:date>
    </item>
  </channel>
</rss>

