<?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 Re: Hyperlink to Arcserver app, Zoom to address in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/hyperlink-to-arcserver-app-zoom-to-address/m-p/579617#M14849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In general here's one way to do it -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When your silverlight app loads check the URL for paramters - see the thread @ &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/10445-Is-it-possible-to-pass-arguments-in-the-URL"&gt;http://forums.arcgis.com/threads/10445-Is-it-possible-to-pass-arguments-in-the-URL&lt;/A&gt;&lt;SPAN&gt; for one way to get the parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take the value of the address parameter (e.g. '301 E CENTRAL ST') use it in a query task against the address layer in your map service.&amp;nbsp; Take the geometry of the returned FeatureSet, add it as a graphic to your map &amp;amp; to zoom the map to that geometry.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Sep 2010 14:09:44 GMT</pubDate>
    <dc:creator>TerryGiles</dc:creator>
    <dc:date>2010-09-07T14:09:44Z</dc:date>
    <item>
      <title>Hyperlink to Arcserver app, Zoom to address</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/hyperlink-to-arcserver-app-zoom-to-address/m-p/579616#M14848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know of a way to have a hyperlink in another application that will open an ArcServer app to a corresponding address?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example: In google maps you can zoom to a specific address by using their url (&lt;/SPAN&gt;&lt;A href="http://maps.google.com/?q=301 E CENTRAL ST SPRINGFIELD MO"&gt;http://maps.google.com/?q=301 E CENTRAL ST SPRINGFIELD MO&lt;/A&gt;&lt;SPAN&gt;) The address 301 E Central Springfield MO is an attribute stored in a table. I would like to put a URL that would open my arcserver app in a new window that would automatically zoom to the address.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 12:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/hyperlink-to-arcserver-app-zoom-to-address/m-p/579616#M14848</guid>
      <dc:creator>BrandonIves</dc:creator>
      <dc:date>2010-09-07T12:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Arcserver app, Zoom to address</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/hyperlink-to-arcserver-app-zoom-to-address/m-p/579617#M14849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In general here's one way to do it -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When your silverlight app loads check the URL for paramters - see the thread @ &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/10445-Is-it-possible-to-pass-arguments-in-the-URL"&gt;http://forums.arcgis.com/threads/10445-Is-it-possible-to-pass-arguments-in-the-URL&lt;/A&gt;&lt;SPAN&gt; for one way to get the parameters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Take the value of the address parameter (e.g. '301 E CENTRAL ST') use it in a query task against the address layer in your map service.&amp;nbsp; Take the geometry of the returned FeatureSet, add it as a graphic to your map &amp;amp; to zoom the map to that geometry.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 14:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/hyperlink-to-arcserver-app-zoom-to-address/m-p/579617#M14849</guid>
      <dc:creator>TerryGiles</dc:creator>
      <dc:date>2010-09-07T14:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink to Arcserver app, Zoom to address</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/hyperlink-to-arcserver-app-zoom-to-address/m-p/579618#M14850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In general here's one way to do it -&lt;BR /&gt;&lt;BR /&gt;When your silverlight app loads check the URL for paramters - see the thread @ &lt;A href="http://forums.arcgis.com/threads/10445-Is-it-possible-to-pass-arguments-in-the-URL"&gt;http://forums.arcgis.com/threads/10445-Is-it-possible-to-pass-arguments-in-the-URL&lt;/A&gt; for one way to get the parameters.&lt;BR /&gt;&lt;BR /&gt;Take the value of the address parameter (e.g. '301 E CENTRAL ST') use it in a query task against the address layer in your map service.&amp;nbsp; Take the geometry of the returned FeatureSet, add it as a graphic to your map &amp;amp; to zoom the map to that geometry.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found this helpful video for anyone else looking to do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.silverlight.net/learn/videos/silverlight-videos/using-startup-parameters-with-silverlight/"&gt;http://www.silverlight.net/learn/videos/silverlight-videos/using-startup-parameters-with-silverlight/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 16:06:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/hyperlink-to-arcserver-app-zoom-to-address/m-p/579618#M14850</guid>
      <dc:creator>BrandonIves</dc:creator>
      <dc:date>2010-09-07T16:06:43Z</dc:date>
    </item>
  </channel>
</rss>

