<?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: How to import ESRI Shape file in WPF? in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175617#M738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can probably refer to this sample: &lt;/SPAN&gt;&lt;A href="http://esrislcontrib.codeplex.com/"&gt;http://esrislcontrib.codeplex.com/&lt;/A&gt;&lt;SPAN&gt;. I know this is Silverlight-specific but you can probably tweak it for WPF.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2012 18:09:35 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2012-02-22T18:09:35Z</dc:date>
    <item>
      <title>How to import ESRI Shape file in WPF?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175616#M737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to import ESRI Shape file via WPF API? If so, could you share any sample code? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 21:07:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175616#M737</guid>
      <dc:creator>AhmedCogenli</dc:creator>
      <dc:date>2012-02-16T21:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to import ESRI Shape file in WPF?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175617#M738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can probably refer to this sample: &lt;/SPAN&gt;&lt;A href="http://esrislcontrib.codeplex.com/"&gt;http://esrislcontrib.codeplex.com/&lt;/A&gt;&lt;SPAN&gt;. I know this is Silverlight-specific but you can probably tweak it for WPF.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 18:09:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175617#M738</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-02-22T18:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to import ESRI Shape file in WPF?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175618#M739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You just need the ShapeFile classes and the ExtentionMethods from the codeplex libarary. They compile under WPF no problem. Be warned though. Loading large shapefiles directly into a graphics layer will have a huge impact on performance. The graphics layer makes no attempt at simplifing shapes as you zoom out. At full extent everything gets drawn and this can take seconds. I loaded a political map of turkey and it takes seconds just to pan. The map will cull shapes as you zoom in and it becomes more responsive but a full extent it sucks CPU.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 19:53:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175618#M739</guid>
      <dc:creator>SimonGuard</dc:creator>
      <dc:date>2012-02-22T19:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to import ESRI Shape file in WPF?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175619#M740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might also be interested in the ArcGIS Runtime SDK for WPF. It's an evolution of the existing WPF API you're familiar with, which will allow you to use local data, maps, locators and geoprocessing tools. Inidividual Shapefiles can be added via a capability called "dynamic layers" which is also available in ArcGIS for Server at 10.1. The ArcGIS Runtime SDK for WPF has been in beta for some time now and a pre-release will be available shortly. It is due to be released with ArcGIS 10.1 in Q2 this year but it's worth signing up for the beta programme if you're interested in participating: &lt;/SPAN&gt;&lt;A href="http://beta.esri.com/community/"&gt;http://beta.esri.com/community/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For more information please see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Home/community: &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/communities/runtime-wpf/index.html"&gt;http://resourcesbeta.arcgis.com/en/communities/runtime-wpf/index.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Concept doc: &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/beta/wpf-sdk/concepts/"&gt;http://resourcesbeta.arcgis.com/en/beta/wpf-sdk/concepts/&lt;/A&gt;&lt;SPAN&gt; (you'll need to be a registered beta user for these pages)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;API Ref : &lt;/SPAN&gt;&lt;A href="http://resourcesbeta.arcgis.com/en/beta/wpf-sdk/apiref/index.html"&gt;http://resourcesbeta.arcgis.com/en/beta/wpf-sdk/apiref/index.html&lt;/A&gt;&lt;SPAN&gt; (you'll need to be a registered beta user for these pages)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 07:43:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175619#M740</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2012-02-23T07:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to import ESRI Shape file in WPF?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175620#M741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would love to test ArcGIS Runtime SDK for WPF but it does not show up in my list of Beta Opportunaties. Only ArcGIS Runtime SDK for Windows Phone shows up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 19:37:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175620#M741</guid>
      <dc:creator>SimonGuard</dc:creator>
      <dc:date>2012-02-23T19:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to import ESRI Shape file in WPF?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175621#M742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately I think the Beta 2 signup/download for all products has now closed, you'll need to wait a little longer until the pre-release for the ArcGIS Runtime SDK for WPF. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 07:23:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-import-esri-shape-file-in-wpf/m-p/175621#M742</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2012-02-24T07:23:39Z</dc:date>
    </item>
  </channel>
</rss>

