<?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: Setting Coordinate Display Units to UTM in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/setting-coordinate-display-units-to-utm/m-p/633224#M3798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wouldn't setting the NAD83 of your specific area do the trick for instance, if your in Oregon NAD 83 Oregen Statewide Lambert Ft intl ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2011 18:54:14 GMT</pubDate>
    <dc:creator>BrianLocke</dc:creator>
    <dc:date>2011-09-15T18:54:14Z</dc:date>
    <item>
      <title>Setting Coordinate Display Units to UTM</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/setting-coordinate-display-units-to-utm/m-p/633223#M3797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to &lt;/SPAN&gt;&lt;STRONG&gt;set the Coordinates DisplayUnits to a UTM value&lt;/STRONG&gt;&lt;SPAN&gt;, but from the API you can only set the DisplayUnits to a discrete set of values as defined by the enumeration [DisplayUnits].&amp;nbsp; Does anyone know how to set, in code, the Display Units to a specific UTM coordinate system, and not just one of the discrete enumerated [DisplayUnits] values?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ex. (this works)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MapOperation.MapDisplay.Settings.DisplayUnits = DisplayUnits.TwoDCoordinateSystem;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ex.&amp;nbsp; (need something like this)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MapOperation.MapDisplay.Settings.DisplayUnits = DisplayUnits.TwoDCoordinateSystem.NAD1983UTMZone18N;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 17:43:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/setting-coordinate-display-units-to-utm/m-p/633223#M3797</guid>
      <dc:creator>JamesNyberg</dc:creator>
      <dc:date>2011-09-15T17:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Coordinate Display Units to UTM</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/setting-coordinate-display-units-to-utm/m-p/633224#M3798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Wouldn't setting the NAD83 of your specific area do the trick for instance, if your in Oregon NAD 83 Oregen Statewide Lambert Ft intl ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 18:54:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/setting-coordinate-display-units-to-utm/m-p/633224#M3798</guid>
      <dc:creator>BrianLocke</dc:creator>
      <dc:date>2011-09-15T18:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Coordinate Display Units to UTM</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/setting-coordinate-display-units-to-utm/m-p/633225#M3799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Wouldn't setting the NAD83 of your specific area do the trick for instance, if your in Oregon NAD 83 Oregen Statewide Lambert Ft intl ??&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that I need to be able to set it to any of the NAD Coordinate Systems, and the DisplayUnits setting will only allow you to set it to a DisplayUnit enumeration value, and there are only a few.&amp;nbsp; Below is the list of all the DisplayUnits you can set the setting as.&amp;nbsp; I need, like a subclass, for setting 2D specific coordinate systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;DisplayUnit Domain:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; {DecimalDegrees, DegreesDecimalMinutes, DegreesMinutesDecimalSeconds, DegreesMinutesSeconds, MGRS, TwoDCoordinateSystem, USNG}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 19:06:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/setting-coordinate-display-units-to-utm/m-p/633225#M3799</guid>
      <dc:creator>JamesNyberg</dc:creator>
      <dc:date>2011-09-15T19:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Coordinate Display Units to UTM</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/setting-coordinate-display-units-to-utm/m-p/633226#M3800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;James,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Display tab-&amp;gt;Coordinates-&amp;gt; &amp;lt;More...&amp;gt;. Click that and you get the Choose Coordinate System dialog. Then choose UTM, NAD1983 and finally NAD1983UTMZone81N.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doing it this way will set the displayed coordinates to it and will work in 2D or 3D. Setting the Map projection is set through the Map Properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Edan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 15:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/setting-coordinate-display-units-to-utm/m-p/633226#M3800</guid>
      <dc:creator>EdanCain</dc:creator>
      <dc:date>2011-09-26T15:48:49Z</dc:date>
    </item>
  </channel>
</rss>

