<?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: Support for FeatureService in ArcGIS API in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/support-for-featureservice-in-arcgis-api/m-p/265452#M1265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you are correct and thanks a lot for replying. But consider this scenario:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a feature service which has 3 feature layers in it, a point feature layer, a polyline feature layer and a polygon feature layer. If I am making a user application on WPF, I donot think that it will be a good user experience for the user when he sees three sub feature layers instead of one in his/her application and then they have to add all these feature layers one by one to see the whole feature service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Nov 2013 01:30:46 GMT</pubDate>
    <dc:creator>HumzaAkhtar</dc:creator>
    <dc:date>2013-11-29T01:30:46Z</dc:date>
    <item>
      <title>Support for FeatureService in ArcGIS API</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/support-for-featureservice-in-arcgis-api/m-p/265450#M1263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to added a service whose URL ends with FeatureServer (FeatureService) to a map using API for WPF? Please note that I am not talking about FeatureLayers but FeatureService. I know that Feature Layers can be added using FeatureLayer class, but I donot see any class for FeatureService like we have for TiledMapServiceLayers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 04:38:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/support-for-featureservice-in-arcgis-api/m-p/265450#M1263</guid>
      <dc:creator>HumzaAkhtar</dc:creator>
      <dc:date>2013-11-28T04:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Support for FeatureService in ArcGIS API</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/support-for-featureservice-in-arcgis-api/m-p/265451#M1264</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;For visualizing data, you don't add a feature services directly - you add FeatureLayers, which reference a specific layer within the feature service.&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, 28 Nov 2013 07:28:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/support-for-featureservice-in-arcgis-api/m-p/265451#M1264</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-11-28T07:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Support for FeatureService in ArcGIS API</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/support-for-featureservice-in-arcgis-api/m-p/265452#M1265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you are correct and thanks a lot for replying. But consider this scenario:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a feature service which has 3 feature layers in it, a point feature layer, a polyline feature layer and a polygon feature layer. If I am making a user application on WPF, I donot think that it will be a good user experience for the user when he sees three sub feature layers instead of one in his/her application and then they have to add all these feature layers one by one to see the whole feature service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 01:30:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/support-for-featureservice-in-arcgis-api/m-p/265452#M1265</guid>
      <dc:creator>HumzaAkhtar</dc:creator>
      <dc:date>2013-11-29T01:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Support for FeatureService in ArcGIS API</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/support-for-featureservice-in-arcgis-api/m-p/265453#M1266</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;Because you are developing the application, it's really up to you how you expose feature services and featurelayers to users. You could for example create a server browser dialog from which the user picks a feature service end point. Programmatically you could then add the three individual feature layers exposed in the UI as a single layer in a table of contents or legend control. Or they could be nested within a GroupLayer. &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, 29 Nov 2013 06:34:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/support-for-featureservice-in-arcgis-api/m-p/265453#M1266</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-11-29T06:34:57Z</dc:date>
    </item>
  </channel>
</rss>

