<?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: JavaScript API - how to get the map units? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50831#M4471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom - a very similar question was asked recently: &lt;A href="https://community.esri.com/message/458821"&gt;Re: How to get linear distance units of a layer?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short,&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jsapi/spatialreference-amd.html" rel="nofollow" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #287433;" target="_blank"&gt;SpatialReference&lt;/A&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; class does not contain a property for linear units.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2015 22:34:40 GMT</pubDate>
    <dc:creator>OwenEarley</dc:creator>
    <dc:date>2015-03-03T22:34:40Z</dc:date>
    <item>
      <title>JavaScript API - how to get the map units?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50830#M4470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been looking for a method or property that will give me the units (IE: meters, feet, degrees) of the map being displayed.&amp;nbsp; I have looked at the map.spatialReference.toJson(), but it only returns the WKID and not the units.&amp;nbsp; Any suggestions of how to get this property?&amp;nbsp; It would certainly be ideal to have a property map.mapUnits or a method map.getMapUnits().&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 22:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50830#M4470</guid>
      <dc:creator>TomSellsted</dc:creator>
      <dc:date>2015-03-03T22:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API - how to get the map units?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50831#M4471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom - a very similar question was asked recently: &lt;A href="https://community.esri.com/message/458821"&gt;Re: How to get linear distance units of a layer?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short,&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jsapi/spatialreference-amd.html" rel="nofollow" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #287433;" target="_blank"&gt;SpatialReference&lt;/A&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; class does not contain a property for linear units.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 22:34:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50831#M4471</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2015-03-03T22:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API - how to get the map units?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50832#M4472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Owen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 23:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50832#M4472</guid>
      <dc:creator>TomSellsted</dc:creator>
      <dc:date>2015-03-03T23:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API - how to get the map units?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50833#M4473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom, Owen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; They have added getUnitValueForSR(sr) ability in 3.13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/esri.geometry.scaleutils-amd.html#getunitvalueforsr" title="https://developers.arcgis.com/javascript/jsapi/esri.geometry.scaleutils-amd.html#getunitvalueforsr"&gt;esri/geometry/scaleUtils | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2015 14:21:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50833#M4473</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-03-07T14:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API - how to get the map units?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50834#M4474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is excellent news!  I will have to change my settings interface after the next release, but it will be worth it!  Thanks very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tom Sellsted&lt;/P&gt;&lt;P&gt;Supervising Senior Analyst&lt;/P&gt;&lt;P&gt;Tom.Sellsted@YakimaWA.gov&amp;lt;mailto:Tom.Sellsted@YakimaWA.gov&amp;gt;&lt;/P&gt;&lt;P&gt;129 North 2nd Street, Yakima, WA  98901&amp;lt;x-apple-data-detectors://2/1&amp;gt;&lt;/P&gt;&lt;P&gt;Phone (509) 576-6602&amp;lt;tel:(509)%20576-6602&amp;gt; | FAX (509) 249-6835&amp;lt;tel:(509)%20249-6835&amp;gt;&lt;/P&gt;&lt;P&gt;46° 36' 17.86"N  120° 30' 18.23"W&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2015 15:47:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50834#M4474</guid>
      <dc:creator>TomSellsted</dc:creator>
      <dc:date>2015-03-07T15:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API - how to get the map units?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50835#M4475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is good news - the client side Geometry Engine looks great too:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2015/03/06/arcgis-api-for-javascript-version-3-13-released/" title="http://blogs.esri.com/esri/arcgis/2015/03/06/arcgis-api-for-javascript-version-3-13-released/"&gt;ArcGIS API for JavaScript version 3.13 | ArcGIS Blog&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2015 20:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50835#M4475</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2015-03-08T20:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: JavaScript API - how to get the map units?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50836#M4476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Owen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Ya, I have played with the geometryEngineAsync already and it is a nice addition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 00:57:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-api-how-to-get-the-map-units/m-p/50836#M4476</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-03-09T00:57:01Z</dc:date>
    </item>
  </channel>
</rss>

