<?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 Access FeatureLayer Information From REST Resource Call? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-access-featurelayer-information-from-rest/m-p/173281#M4295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS server 9.3.1 does not support editing of features through the REST endpoint, and neither does v1.1. For that you need ArcGIS Server v10 and ArcGIS Silverlight API v2.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Oct 2010 18:54:56 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2010-10-11T18:54:56Z</dc:date>
    <item>
      <title>How to Access FeatureLayer Information From REST Resource Call?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-access-featurelayer-information-from-rest/m-p/173280#M4294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm still relatively new to ESRI and Silverlight, but I've built a Silverlight 3 control using the ArcGISSilverlightWPF1.1 API, that upon startup, is passed a REST resource to a map service hosted by an ArcGIS Server v-9.3.1.&amp;nbsp; The control loads the map and provides several different tools with which a user can interact with a map.&amp;nbsp; The maps are built by others using ArcMap 9.3.1 and are composed of hierarchical layers of type FeatureLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I now need to do is dynamically, within the Silverlight control, assign a where clause to each of the existing layers.&amp;nbsp; I can access the layers (as I currently do), but only as type LayerInfo.&amp;nbsp; Is there a way through the REST resource call to manipulate the layers as type FeatureLayer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've seen a MapIt Discussion Forum post (&lt;/SPAN&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=213&amp;amp;f=2455&amp;amp;t=294020"&gt;http://forums.esri.com/Thread.asp?c=213&amp;amp;f=2455&amp;amp;t=294020&lt;/A&gt;&lt;SPAN&gt;) asking how one might manipulate individual layers contained within a REST service.&amp;nbsp; The answer from an ESRI engineer was that this was not possible and one would need to create a custom web service on the ArcGIS Server side using ArcObjects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would this apply in my case, and if so, are there any examples or advice on how to write one's own service using ArcObjects?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate the help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Joe Cook&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 18:27:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-access-featurelayer-information-from-rest/m-p/173280#M4294</guid>
      <dc:creator>JoeCook</dc:creator>
      <dc:date>2010-10-11T18:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Access FeatureLayer Information From REST Resource Call?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-access-featurelayer-information-from-rest/m-p/173281#M4295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ArcGIS server 9.3.1 does not support editing of features through the REST endpoint, and neither does v1.1. For that you need ArcGIS Server v10 and ArcGIS Silverlight API v2.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Oct 2010 18:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-access-featurelayer-information-from-rest/m-p/173281#M4295</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-10-11T18:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Access FeatureLayer Information From REST Resource Call?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-access-featurelayer-information-from-rest/m-p/173282#M4296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ArcGIS server 9.3.1 does not support editing of features through the REST endpoint, and neither does v1.1. For that you need ArcGIS Server v10 and ArcGIS Silverlight API v2.0&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mr. Nielsen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply.&amp;nbsp; Due to my customer's existing infrastructure, I am limited to using ArcGIS Server 9.3.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At this time I am prepared to write my own web service (or Server Object Extension).&amp;nbsp; Although I have some web service experience, I am new to the ArcGIS Server platform.&amp;nbsp; Would you know of any tutorials or examples of writing web services to leverage the ArcGIS Server 9.3.1 API?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, would you advise a custom web service be a RESTful implementation?&amp;nbsp; I am aware that there is a SOAP alternative available for ArcGIS Server that provides a superset of capability compared to its REST sibling.&amp;nbsp; Since you did not mention SOAP as an option in your earlier reply, I infer that the use of REST is the preferred solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you again for your assistance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Joe Cook&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 12:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-access-featurelayer-information-from-rest/m-p/173282#M4296</guid>
      <dc:creator>JoeCook</dc:creator>
      <dc:date>2010-10-12T12:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Access FeatureLayer Information From REST Resource Call?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-access-featurelayer-information-from-rest/m-p/173283#M4297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't give you many pointers on how to update the geometry on the server (but there are ArcObject forums here for that). However we have a blogpost that describes how to easily get geometry sent back and forth between the client app and a serverside service: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/03/11/Sending-geometry-between-Silverlight-and-the-server-using-WCF.aspx"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/03/11/Sending-geometry-between-Silverlight-and-the-server-using-WCF.aspx&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All you really need to add is editing the geometry on the client (most of that is already there for you to use), and saving the geometry on the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 20:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-access-featurelayer-information-from-rest/m-p/173283#M4297</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-10-13T20:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Access FeatureLayer Information From REST Resource Call?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-access-featurelayer-information-from-rest/m-p/173284#M4298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mr. Nielsen,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the blogpost link.&amp;nbsp; I shall review it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Joe Cook&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 05:07:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-access-featurelayer-information-from-rest/m-p/173284#M4298</guid>
      <dc:creator>JoeCook</dc:creator>
      <dc:date>2010-10-15T05:07:14Z</dc:date>
    </item>
  </channel>
</rss>

