<?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 display a SQLSERVER spatial table without using a package in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-display-a-sqlserver-spatial-table-without/m-p/176106#M759</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;using the spatial data from your database, you can draw Graphics that you can add to your GraphicsLayer and display them on the map without using an MPK or TPK. Have a look at the example app that is provided with the SDK installation. It shows you how you can create Graphics.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Mar 2014 23:36:44 GMT</pubDate>
    <dc:creator>BKuiper</dc:creator>
    <dc:date>2014-03-16T23:36:44Z</dc:date>
    <item>
      <title>How to display a SQLSERVER spatial table without using a package</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-display-a-sqlserver-spatial-table-without/m-p/176105#M758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need some tips for creating an embedded software disconnected with the WPF runtime. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My application uses a SQLSERVER database for its data and mapping: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to open and display a spatial table from&amp;nbsp; SQLSERVER without using a Package (mpk or tpk)? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If&amp;nbsp; it's not possible with the WPF runtime, is it possible with the engine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the tips!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 12:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-display-a-sqlserver-spatial-table-without/m-p/176105#M758</guid>
      <dc:creator>ChristopheHardy</dc:creator>
      <dc:date>2014-03-14T12:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a SQLSERVER spatial table without using a package</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-display-a-sqlserver-spatial-table-without/m-p/176106#M759</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;using the spatial data from your database, you can draw Graphics that you can add to your GraphicsLayer and display them on the map without using an MPK or TPK. Have a look at the example app that is provided with the SDK installation. It shows you how you can create Graphics.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2014 23:36:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-display-a-sqlserver-spatial-table-without/m-p/176106#M759</guid>
      <dc:creator>BKuiper</dc:creator>
      <dc:date>2014-03-16T23:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a SQLSERVER spatial table without using a package</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-display-a-sqlserver-spatial-table-without/m-p/176107#M760</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;Bjorn's correct, if you would like to do this programmatically at runtime you should look at the GraphicsSource sample (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-wpf/samples/index.html#/Using_GraphicsSource_Online/02q2000000nm000000/"&gt;http://resources.arcgis.com/en/help/runtime-wpf/samples/index.html#/Using_GraphicsSource_Online/02q2000000nm000000/&lt;/A&gt;&lt;SPAN&gt;). Your class just needs to present an ObservableCollection of type Graphic which can act as the GraphicsSource property for a GraphicsLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case you should ensure you have set the Map.UseAcceleratedDisplay property to true, use a Renderer to symbolize the features and try setting the GraphicsLayer RenderingMode property to Static (provides greatest performance for features which will not have frequent symbol/geometry updates).&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>Mon, 17 Mar 2014 08:07:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-display-a-sqlserver-spatial-table-without/m-p/176107#M760</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-03-17T08:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a SQLSERVER spatial table without using a package</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-display-a-sqlserver-spatial-table-without/m-p/176108#M761</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;Thanks for the tips!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try your method, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 08:44:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-display-a-sqlserver-spatial-table-without/m-p/176108#M761</guid>
      <dc:creator>ChristopheHardy</dc:creator>
      <dc:date>2014-03-17T08:44:24Z</dc:date>
    </item>
  </channel>
</rss>

