<?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 Converting FeatureSet into Feature layer in WPF in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/converting-featureset-into-feature-layer-in-wpf/m-p/241266#M2827</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 was able to get the data from the localserver in the form of featureset, but i need to display it on the map view.&lt;/P&gt;&lt;P&gt;The data result is in the form of featureset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls do provide me help in displaying featureset data onto the mapview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2019 09:35:13 GMT</pubDate>
    <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
    <dc:date>2019-11-19T09:35:13Z</dc:date>
    <item>
      <title>Converting FeatureSet into Feature layer in WPF</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/converting-featureset-into-feature-layer-in-wpf/m-p/241266#M2827</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 was able to get the data from the localserver in the form of featureset, but i need to display it on the map view.&lt;/P&gt;&lt;P&gt;The data result is in the form of featureset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls do provide me help in displaying featureset data onto the mapview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 09:35:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/converting-featureset-into-feature-layer-in-wpf/m-p/241266#M2827</guid>
      <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
      <dc:date>2019-11-19T09:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Converting FeatureSet into Feature layer in WPF</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/converting-featureset-into-feature-layer-in-wpf/m-p/241267#M2828</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;You might choose to work with the feature set as Features or Graphics. For more information see:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/guide/features-and-graphics.htm" title="https://developers.arcgis.com/net/latest/wpf/guide/features-and-graphics.htm"&gt;Features and graphics—ArcGIS Runtime SDK for .NET | ArcGIS for Developers&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Relevant API doc for working with feature collections and featuresets is&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Data_FeatureCollectionTable.htm" title="https://developers.arcgis.com/net/latest/wpf/api-reference/html/T_Esri_ArcGISRuntime_Data_FeatureCollectionTable.htm"&gt;FeatureCollectionTable Class&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For FeatureCollections, these samples will help:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Layers/CreateFeatureCollectionLayer" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Layers/CreateFeatureCollectionLayer"&gt;arcgis-runtime-samples-dotnet/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Layers/CreateFeatureCollectionLayer at master · E…&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Layers/FeatureCollectionLayerFromPortal" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Layers/FeatureCollectionLayerFromPortal"&gt;arcgis-runtime-samples-dotnet/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Layers/FeatureCollectionLayerFromPortal at master…&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Layers/FeatureCollectionLayerFromQuery" title="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Layers/FeatureCollectionLayerFromQuery"&gt;arcgis-runtime-samples-dotnet/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Layers/FeatureCollectionLayerFromQuery at master …&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&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, 19 Nov 2019 15:59:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/converting-featureset-into-feature-layer-in-wpf/m-p/241267#M2828</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2019-11-19T15:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Converting FeatureSet into Feature layer in WPF</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/converting-featureset-into-feature-layer-in-wpf/m-p/241268#M2829</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;Thanks I will be looking into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;G N Sharan SAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get Outlook for Android&amp;lt;https://aka.ms/ghei36&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2019 16:01:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/converting-featureset-into-feature-layer-in-wpf/m-p/241268#M2829</guid>
      <dc:creator>Sharan_saiGudibanda_Nagesh</dc:creator>
      <dc:date>2019-11-19T16:01:55Z</dc:date>
    </item>
  </channel>
</rss>

