<?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: Can this be done? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518237#M13266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That sounds like what I am looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice on how to go about rendering an MXD with ArcObjects?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or what class to use to load it (MapReader, MapDocument, etc)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 May 2010 15:43:55 GMT</pubDate>
    <dc:creator>TimParis</dc:creator>
    <dc:date>2010-05-10T15:43:55Z</dc:date>
    <item>
      <title>Can this be done?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518232#M13261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to load an view a local map (mxd or similar) as if I was using axMapControl.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can get an axMapControl to load and function within my WPF application, but it covers (thus rendering useless) all of my existing WPF elements with no way to force them to play nice together.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just want to show a map and be able to plot moving points based on live GPS data.&amp;nbsp; I can do it in a windows form application using axMapControl, but the final UI has been designed using WPF.&amp;nbsp; I cannot use ESRI.ArcGIS.Client.Map as it does not seem to allow loading of a local file.&amp;nbsp; This is not Silverlight, so I have access to the local file system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I make this work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 17:55:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518232#M13261</guid>
      <dc:creator>TimParis</dc:creator>
      <dc:date>2010-05-06T17:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518233#M13262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Silverlight/WPF API can't directly read mxd/mxt files : you need a map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another option is you to use the map engine control in&amp;nbsp; a WPF application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/how_to_host_an_arcgis_engine_mapcontrol_in_a_wpf_application/0001000004pp000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/how_to_host_an_arcgis_engine_mapcontrol_in_a_wpf_application/0001000004pp000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But there are some limitations : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/limitations_on_using_arcgis_engine_controls_in_wpf/00010000030r000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/limitations_on_using_arcgis_engine_controls_in_wpf/00010000030r000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Dominique&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 18:17:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518233#M13262</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-05-06T18:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518234#M13263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you look at my original post, I have already tried that.&amp;nbsp; It is unusable as the axMapControl obect takes over the foreground of the WPF application rendering the rest of it inaccessable.&amp;nbsp; To use that method I would still need to re-write all of the WPF controls and incorperate them into the axMapControl.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to get the Map data from axMapControl.loadMxFile() transferred into its corresponding object in the Client Map object?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 May 2010 18:27:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518234#M13263</guid>
      <dc:creator>TimParis</dc:creator>
      <dc:date>2010-05-06T18:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518235#M13264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are right, I had missed your issue with map control in your original post. Sorry about that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For your problem, I am in lack of idea.&amp;nbsp; It's probably possible to use an underlying map control for generating a bitmap image and then to reuse this bitmap image in your WPF application. But I never tested that and it should not be that easy to implement. Hoepfully somebody will have a better idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Dominique&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 09:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518235#M13264</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-05-07T09:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518236#M13265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are not afraid of getting your hands dirty, there is another way to do it using ArcObjects and the WPF API. Basically you would create a custom dynamic layer that reads and renders an MXD using ArcObjects. Unfortunately I don't have any code I can show or pointers to give, but I've seen people do this, so it is possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The layer itself is fairly easy to implement. It's a matter of inheriting from DynamicLayer, overriding GetSource and return the image based on the parsed in extent and size, and during initialize set the spatial reference and full extent of the layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 13:40:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518236#M13265</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-07T13:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can this be done?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518237#M13266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That sounds like what I am looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice on how to go about rendering an MXD with ArcObjects?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or what class to use to load it (MapReader, MapDocument, etc)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 15:43:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/can-this-be-done/m-p/518237#M13266</guid>
      <dc:creator>TimParis</dc:creator>
      <dc:date>2010-05-10T15:43:55Z</dc:date>
    </item>
  </channel>
</rss>

