<?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 Confusion around Extent min/max values in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/confusion-around-extent-min-max-values/m-p/516660#M48219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I instantiate&amp;nbsp;an extent, I provide the min/max coordinates to the Extent constructor as such&lt;/P&gt;&lt;P&gt;{xMin: -104.6279632, xMax: -103.2536728, yMin: 32.1424875714, yMax: 32.96790257160003}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I view the Extent obj instance, the min/max values are now magnitudes larger than the values I've passed:&lt;/P&gt;&lt;OL class="" style="color: #d5d5d5; font-size: 11px; padding-left: 12px;"&gt;&lt;LI&gt;&lt;SPAN class="" style="color: #e36eec;"&gt;xmax&lt;/SPAN&gt;&lt;SPAN class="" style="padding-right: 5px;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #997fff;"&gt;-11460263.863552293&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" style="color: #e36eec;"&gt;xmin&lt;/SPAN&gt;&lt;SPAN class="" style="padding-right: 5px;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #997fff;"&gt;-11681014.001239965&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" style="color: #e36eec;"&gt;ymax&lt;/SPAN&gt;&lt;SPAN class="" style="padding-right: 5px;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #997fff;"&gt;3885914.941853233&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" style="color: #e36eec;"&gt;ymin&lt;/SPAN&gt;&lt;SPAN class="" style="padding-right: 5px;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #997fff;"&gt;3787158.301308748&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN class="" style="color: #997fff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;How does the input min/max coordinates related to the min/max coordinates on the Extent instance?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;I'm trying to cache the Extent after view becomes stationary.&amp;nbsp; As such, I'm caching the larger min/max pairs from the extent object.&amp;nbsp; This value can not be subsequently used to re-instantiate an Extent via the constructor method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;Is there some translation algorithm&amp;nbsp;to map between&amp;nbsp;the input min/max and the instantiated min/max?&amp;nbsp; &amp;nbsp; Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #997fff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #997fff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jan 2018 18:58:34 GMT</pubDate>
    <dc:creator>yangwen</dc:creator>
    <dc:date>2018-01-04T18:58:34Z</dc:date>
    <item>
      <title>Confusion around Extent min/max values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/confusion-around-extent-min-max-values/m-p/516660#M48219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I instantiate&amp;nbsp;an extent, I provide the min/max coordinates to the Extent constructor as such&lt;/P&gt;&lt;P&gt;{xMin: -104.6279632, xMax: -103.2536728, yMin: 32.1424875714, yMax: 32.96790257160003}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I view the Extent obj instance, the min/max values are now magnitudes larger than the values I've passed:&lt;/P&gt;&lt;OL class="" style="color: #d5d5d5; font-size: 11px; padding-left: 12px;"&gt;&lt;LI&gt;&lt;SPAN class="" style="color: #e36eec;"&gt;xmax&lt;/SPAN&gt;&lt;SPAN class="" style="padding-right: 5px;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #997fff;"&gt;-11460263.863552293&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" style="color: #e36eec;"&gt;xmin&lt;/SPAN&gt;&lt;SPAN class="" style="padding-right: 5px;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #997fff;"&gt;-11681014.001239965&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" style="color: #e36eec;"&gt;ymax&lt;/SPAN&gt;&lt;SPAN class="" style="padding-right: 5px;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #997fff;"&gt;3885914.941853233&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="" style="color: #e36eec;"&gt;ymin&lt;/SPAN&gt;&lt;SPAN class="" style="padding-right: 5px;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #997fff;"&gt;3787158.301308748&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN class="" style="color: #997fff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;How does the input min/max coordinates related to the min/max coordinates on the Extent instance?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;I'm trying to cache the Extent after view becomes stationary.&amp;nbsp; As such, I'm caching the larger min/max pairs from the extent object.&amp;nbsp; This value can not be subsequently used to re-instantiate an Extent via the constructor method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #000000;"&gt;Is there some translation algorithm&amp;nbsp;to map between&amp;nbsp;the input min/max and the instantiated min/max?&amp;nbsp; &amp;nbsp; Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #997fff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #997fff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 18:58:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/confusion-around-extent-min-max-values/m-p/516660#M48219</guid>
      <dc:creator>yangwen</dc:creator>
      <dc:date>2018-01-04T18:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Confusion around Extent min/max values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/confusion-around-extent-min-max-values/m-p/516661#M48220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The difference between the values is WGS84 (what you are using) and Web Mercator (which is being returned from the extent). Your map is in Web Mercator so the WGS84 value you are providing are being projected to Web Mercator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 19:18:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/confusion-around-extent-min-max-values/m-p/516661#M48220</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-04T19:18:05Z</dc:date>
    </item>
  </channel>
</rss>

