<?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 Zoom to the maximum extent in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-the-maximum-extent/m-p/88801#M8089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 9.3. When I perform a search and draw the returned features on the map, I need it to be zoomed to the maximum possible extent that includes all features. Is this possible? Any examples appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Nov 2011 04:56:24 GMT</pubDate>
    <dc:creator>SamLaker</dc:creator>
    <dc:date>2011-11-03T04:56:24Z</dc:date>
    <item>
      <title>Zoom to the maximum extent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-the-maximum-extent/m-p/88801#M8089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 9.3. When I perform a search and draw the returned features on the map, I need it to be zoomed to the maximum possible extent that includes all features. Is this possible? Any examples appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 04:56:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-the-maximum-extent/m-p/88801#M8089</guid>
      <dc:creator>SamLaker</dc:creator>
      <dc:date>2011-11-03T04:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to the maximum extent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-the-maximum-extent/m-p/88802#M8090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am using ArcGIS 9.3. When I perform a search and draw the returned features on the map, I need it to be zoomed to the maximum possible extent that includes all features. Is this possible? Any examples appreciated.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;map.extent =esri.graphicsExtent(featureSet.features).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 12:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-the-maximum-extent/m-p/88802#M8090</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-11-03T12:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to the maximum extent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-the-maximum-extent/m-p/88803#M8091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, but in my case, I have multiple layers. This way I can only change the extent of the base layer. But my features are on another layer. (Both served in one map service though). How can I handle this scenario?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 03:52:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-the-maximum-extent/m-p/88803#M8091</guid>
      <dc:creator>SamLaker</dc:creator>
      <dc:date>2011-11-04T03:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to the maximum extent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-the-maximum-extent/m-p/88804#M8092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thanks, but in my case, I have multiple layers. This way I can only change the extent of the base layer. But my features are on another layer. (Both served in one map service though). How can I handle this scenario?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Extent.union(extent).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 11:37:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-the-maximum-extent/m-p/88804#M8092</guid>
      <dc:creator>HemingZhu</dc:creator>
      <dc:date>2011-11-04T11:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to the maximum extent</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-the-maximum-extent/m-p/88805#M8093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the exact solution I was looking for here. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2396&amp;amp;t=267827"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2396&amp;amp;t=267827&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Nov 2011 20:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/zoom-to-the-maximum-extent/m-p/88805#M8093</guid>
      <dc:creator>SamLaker</dc:creator>
      <dc:date>2011-11-06T20:58:28Z</dc:date>
    </item>
  </channel>
</rss>

