<?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 Display soundings on a map using ArcGIS WPF 10.2.2 in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/display-soundings-on-a-map-using-arcgis-wpf-10-2-2/m-p/322327#M1617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we try to figure out how to display soundings (water depth) using ArcGIS WPF 10.2.2 Beta. The result should look similar to this: [ATTACH=CONFIG]33867[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What we've got is a waterDepth.xyz-file which contains X/Y-coordinates and corresponding soundings. Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POINT(10.181521 53.396933), -3.605517&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As we understand the above line means: at the given X/Y-location the water is 3.605517 meter deep. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We've been studying this example: &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/13044800/arcgis-runtime-for-wpf-pointdatasource-maptip"&gt;PointDataSource&lt;/A&gt;&lt;SPAN&gt; but we are not sure if we are following the right track. Moreover, we couldn't find any PointDataSource in ArcGis WPF 10.2.2 beta. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas would be very appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eugen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2014 11:55:55 GMT</pubDate>
    <dc:creator>EugenReiswich</dc:creator>
    <dc:date>2014-05-16T11:55:55Z</dc:date>
    <item>
      <title>Display soundings on a map using ArcGIS WPF 10.2.2</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/display-soundings-on-a-map-using-arcgis-wpf-10-2-2/m-p/322327#M1617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we try to figure out how to display soundings (water depth) using ArcGIS WPF 10.2.2 Beta. The result should look similar to this: [ATTACH=CONFIG]33867[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What we've got is a waterDepth.xyz-file which contains X/Y-coordinates and corresponding soundings. Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POINT(10.181521 53.396933), -3.605517&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As we understand the above line means: at the given X/Y-location the water is 3.605517 meter deep. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We've been studying this example: &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/13044800/arcgis-runtime-for-wpf-pointdatasource-maptip"&gt;PointDataSource&lt;/A&gt;&lt;SPAN&gt; but we are not sure if we are following the right track. Moreover, we couldn't find any PointDataSource in ArcGis WPF 10.2.2 beta. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas would be very appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eugen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 11:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/display-soundings-on-a-map-using-arcgis-wpf-10-2-2/m-p/322327#M1617</guid>
      <dc:creator>EugenReiswich</dc:creator>
      <dc:date>2014-05-16T11:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Display soundings on a map using ArcGIS WPF 10.2.2</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/display-soundings-on-a-map-using-arcgis-wpf-10-2-2/m-p/322328#M1618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because you mention using the 10.2.2 beta, I assume you mean the ArcGIS Runtime SDK for .NET? It sounds like you are on the right track, you should look at the GraphicsSource property of the GraphicsLayer. You just need to implement a class which exposes a collection of Graphic objects. There is a sample available: &lt;A href="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers"&gt;arcgis-runtime-samples-dotnet/src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples/Samples/GraphicsLayers at master · Esri/…&lt;/A&gt;‌. Or alternatively just create a collection of Graphic objects and use the AddRange method to add those to the GraphicsLayer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note the 10.2.3 beta is available - &lt;A href="https://developers.arcgis.com/net/" title="https://developers.arcgis.com/net/"&gt;ArcGIS SDK for .Net | ArcGIS for Developers&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 09:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/display-soundings-on-a-map-using-arcgis-wpf-10-2-2/m-p/322328#M1618</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-07-09T09:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Display soundings on a map using ArcGIS WPF 10.2.2</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/display-soundings-on-a-map-using-arcgis-wpf-10-2-2/m-p/322329#M1619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for this hind. We tried to add up to 1.000.000 Graphics to our GraphicsLayer but are struggling with rendering performance right now. We hope to improve the performance using clustering. But as posted in this &lt;A _jive_internal="true" href="https://community.esri.com/message/387263?sr=search&amp;amp;searchId=0ffba5a9-7cec-477e-9b82-91d95ab40a6a&amp;amp;searchIndex=3#387263"&gt;tread&lt;/A&gt; we are not able to find the former cluster possibilities in ArcGis Runtime SDK for .NET 10.2.3. Have you got any ideas on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, &lt;/P&gt;&lt;P&gt;Eugen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 07:54:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/display-soundings-on-a-map-using-arcgis-wpf-10-2-2/m-p/322329#M1619</guid>
      <dc:creator>EugenReiswich</dc:creator>
      <dc:date>2014-07-15T07:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display soundings on a map using ArcGIS WPF 10.2.2</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/display-soundings-on-a-map-using-arcgis-wpf-10-2-2/m-p/322330#M1620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to say in the previous reply - the ArcGIS Runtime SDK for .NET is still in beta - please post your questions in the beta forum: &lt;A href="https://betacommunity.esri.com/home.html" title="https://betacommunity.esri.com/home.html"&gt;https://betacommunity.esri.com/home.html&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 07:57:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/display-soundings-on-a-map-using-arcgis-wpf-10-2-2/m-p/322330#M1620</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-07-15T07:57:06Z</dc:date>
    </item>
  </channel>
</rss>

