<?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 get FeatureServerInfo in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200147#M2342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Morten. That is useful to know. The only other way I found was to include a second URI (or append the first) that ends in /MapService and create a&amp;nbsp;ArcGISMapImageLayer and read the LayerInfos off of that. I'll see which one works best.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2017 19:39:59 GMT</pubDate>
    <dc:creator>BradleyAndrick3</dc:creator>
    <dc:date>2017-08-16T19:39:59Z</dc:date>
    <item>
      <title>How to get FeatureServerInfo</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200141#M2336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For some weeks, there was the Xamarin beta SDK that I used for accessing feature layers on a feature service stored in the ArcGIS online server.&lt;/P&gt;&lt;P&gt;I used the following command in my Xamarin code to get a ArcGISFeatureServiceInfo class from where I could enumerate the available layers, and also get the full extent of the set of layers:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;ArcGISFeatureServiceInfo gisInfos = await ArcGISFeatureServiceInfo.CreateAsync(new Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fservices7.arcgis.com%2F.....%2FFeatureServer" rel="nofollow" target="_blank"&gt;http://services7.arcgis.com/...../FeatureServer&lt;/A&gt;&lt;SPAN&gt;"));&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But with the last release of the SDK.NET, the CreateAsync method has disappeared and I did not found until now a way to retrieve this class (that still exists) from the FeatureService url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me resolving this problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 10:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200141#M2336</guid>
      <dc:creator>EricDUCOS1</dc:creator>
      <dc:date>2016-12-09T10:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get FeatureServerInfo</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200142#M2337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGISFeatureServiceInfo is no longer createable by itself. You can create s ServiceFeatureTable and load it, and it'll have the service information available on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 23:06:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200142#M2337</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2016-12-09T23:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get FeatureServerInfo</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200143#M2338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Morten,&lt;/P&gt;&lt;P&gt;Sorry, but the ServiceTableInfo can only be filled by an instance of FeatureServerLayer.&lt;/P&gt;&lt;P&gt;So with URL like &lt;A href="http://...../FeatureSever/xxx"&gt;http://...../FeatureSever/xxx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try to initiate a ServiceTableInfo from the following url and try to LoadAsync, I get an invalid JSON error.&lt;/P&gt;&lt;P&gt;&lt;A href="http://services7.arcgis.com/...../FeatureServer"&gt;http://services7.arcgis.com/...../FeatureServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One use of such url is to know for exemple how many layers&amp;nbsp;are stored on the FeatureServer ? What is the extent of all the layers ? This information is available when I navigate to the URL...why cannot get map to&amp;nbsp;the FeatureServiceInfo class ? Should I do the thing by hand using JSON deserializer ?&lt;/P&gt;&lt;P&gt;Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 08:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200143#M2338</guid>
      <dc:creator>EricDUCOS1</dc:creator>
      <dc:date>2016-12-12T08:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get FeatureServerInfo</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200144#M2339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaah right. Sorry I&amp;nbsp;misread and thought of the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;ArcGISFeatureServiceLayerInfo. There's currently not a way to create this type in code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Wrt to loading server info,&amp;nbsp;ie browsing the rest services to do various types of&amp;nbsp;service discovery: This is on our road-map, but not currently something we had in the API.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;You might want to take a look at this project which achieves that:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/davetimmins/ArcGIS.PCL" title="https://github.com/davetimmins/ArcGIS.PCL"&gt;GitHub - davetimmins/ArcGIS.PCL: Use ArcGIS Server REST resources without an official SDK.&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 19:57:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200144#M2339</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2016-12-12T19:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get FeatureServerInfo</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200145#M2340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morten, this was mentioned to be on the road-map. Any update on this? I would like to access the service the same way. Essentially, I just want to get information about the feature service as a whole (i.e., # of layers contained in the whole service). Is there any way to do this? Seems pretty essential, maybe I'm missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 19:27:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200145#M2340</guid>
      <dc:creator>BradleyAndrick3</dc:creator>
      <dc:date>2017-08-16T19:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get FeatureServerInfo</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200146#M2341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I don't have anything specifically to announce at this point. We do have the `ArcGISFeatureServiceInfo` class that represents that, but the only to create that currently is by creating a GeodatabaseSyncTask and gets its ServiceInfo property, but I think this might fail if the service doesn't support offline sync.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 19:33:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200146#M2341</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-08-16T19:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get FeatureServerInfo</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200147#M2342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Morten. That is useful to know. The only other way I found was to include a second URI (or append the first) that ends in /MapService and create a&amp;nbsp;ArcGISMapImageLayer and read the LayerInfos off of that. I'll see which one works best.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 19:39:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200147#M2342</guid>
      <dc:creator>BradleyAndrick3</dc:creator>
      <dc:date>2017-08-16T19:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get FeatureServerInfo</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200148#M2343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any progress on this issue? I did not find any sample how to obtain the ArcGISFeatureServiceInfo starting with a portal item representing a feature service. Our customer is querying the portal items and wanted to access the contained feature layers from the underlying feature service. There is a need for creating a ArcGISFeatureServiceInfo from portal item.&lt;/P&gt;&lt;P&gt;So this is still not possible with ArcGIS Runtime 100.6?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2019 08:18:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-get-featureserverinfo/m-p/200148#M2343</guid>
      <dc:creator>Jan-Tschada</dc:creator>
      <dc:date>2019-09-06T08:18:52Z</dc:date>
    </item>
  </channel>
</rss>

