<?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 Open a non-earth map? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-non-earth-map/m-p/836805#M3601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am importing a point featureclass, layer which are non-earth (e.g. local project coordinates)&lt;/P&gt;&lt;P&gt;How would i create a map with non-earth coord system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently i'm using :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map map = null;&lt;BR /&gt; await QueuedTask.Run(() =&amp;gt;&lt;BR /&gt; {&lt;BR /&gt; map = MapFactory.Instance.CreateMap(mapName, MapType.Map, MapViewingMode.Map, Basemap.None);&lt;BR /&gt; });&lt;BR /&gt; await ProApp.Panes.CreateMapPaneAsync(map);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jul 2017 05:28:48 GMT</pubDate>
    <dc:creator>jackpearson</dc:creator>
    <dc:date>2017-07-11T05:28:48Z</dc:date>
    <item>
      <title>Open a non-earth map?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-non-earth-map/m-p/836805#M3601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am importing a point featureclass, layer which are non-earth (e.g. local project coordinates)&lt;/P&gt;&lt;P&gt;How would i create a map with non-earth coord system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently i'm using :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map map = null;&lt;BR /&gt; await QueuedTask.Run(() =&amp;gt;&lt;BR /&gt; {&lt;BR /&gt; map = MapFactory.Instance.CreateMap(mapName, MapType.Map, MapViewingMode.Map, Basemap.None);&lt;BR /&gt; });&lt;BR /&gt; await ProApp.Panes.CreateMapPaneAsync(map);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jul 2017 05:28:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-non-earth-map/m-p/836805#M3601</guid>
      <dc:creator>jackpearson</dc:creator>
      <dc:date>2017-07-11T05:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Open a non-earth map?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-non-earth-map/m-p/836806#M3602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I won't be much help on the developer-side, but I wanted to ask about the coordinate system you're using. You mention local project coordinates as well as "non-earth". I'm used to seeing "non-earth" used in connection to MapInfo or Oracle (?). Am I correct?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a long-shot, the data could also be extraterrestrial like on Mars or the Moon. That's not true, is it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any ties to the earth? Sometimes it's possible to define a custom projected coordinate system for a local system if there is some information tying it to the earth OR control points exist in that system and a 'known' system like a UTM zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for someone who understands the programming side better, are you getting errors with the code you posted?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Melita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 21:40:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-non-earth-map/m-p/836806#M3602</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2017-07-14T21:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Open a non-earth map?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-non-earth-map/m-p/836807#M3603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Melita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Long shot - Star pickets on mars ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, sometimes we need to work with customer data which is on an arbitrary&lt;/P&gt;&lt;P&gt;local project coordinate system and has not been tied in to an earth&lt;/P&gt;&lt;P&gt;spatial ref.&lt;/P&gt;&lt;P&gt;So we would be looking to open a map that accepts arbitrary rectangular 2d&lt;/P&gt;&lt;P&gt;coords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously we would expect to be able to project data on other coordinate&lt;/P&gt;&lt;P&gt;systems into this map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jack Pearson&lt;/P&gt;&lt;P&gt;Fremantle Technology / Go-Global Internet Solutions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2017 05:20:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-non-earth-map/m-p/836807#M3603</guid>
      <dc:creator>jackpearson</dc:creator>
      <dc:date>2017-07-15T05:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Open a non-earth map?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-non-earth-map/m-p/836808#M3604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And no my code works fine, but by default the map seems to be set to WGS84&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jack Pearson&lt;/P&gt;&lt;P&gt;Fremantle Technology / Go-Global Internet Solutions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jul 2017 05:22:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-non-earth-map/m-p/836808#M3604</guid>
      <dc:creator>jackpearson</dc:creator>
      <dc:date>2017-07-15T05:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Open a non-earth map?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-non-earth-map/m-p/836809#M3605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're interested, drop me an email (mkennedy at esri dot com) and I can send you a document that discusses working with local coordinate systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Melita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 00:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/open-a-non-earth-map/m-p/836809#M3605</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2017-07-18T00:32:18Z</dc:date>
    </item>
  </channel>
</rss>

