<?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 How to edit value after using query task in arcgis api for silverlight in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-value-after-using-query-task-in-arcgis/m-p/557850#M14347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dynamic layer and point feature layer, however I want to query in dynamic layer to get geometry and then select all point with this geometry in feature layer. Then, I will edit those value.&amp;nbsp; I want to ask how can I select those points with geometry that I have in query task. Please help me, because data is too large so that people cannot click in feature layer. Thank for reading&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Nov 2014 03:19:04 GMT</pubDate>
    <dc:creator>Duc_HoaiLuu</dc:creator>
    <dc:date>2014-11-30T03:19:04Z</dc:date>
    <item>
      <title>How to edit value after using query task in arcgis api for silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-value-after-using-query-task-in-arcgis/m-p/557850#M14347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dynamic layer and point feature layer, however I want to query in dynamic layer to get geometry and then select all point with this geometry in feature layer. Then, I will edit those value.&amp;nbsp; I want to ask how can I select those points with geometry that I have in query task. Please help me, because data is too large so that people cannot click in feature layer. Thank for reading&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Nov 2014 03:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-value-after-using-query-task-in-arcgis/m-p/557850#M14347</guid>
      <dc:creator>Duc_HoaiLuu</dc:creator>
      <dc:date>2014-11-30T03:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit value after using query task in arcgis api for silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-value-after-using-query-task-in-arcgis/m-p/557851#M14348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the amount of data is the problem, I would suggest to use the &lt;A href="https://developers.arcgis.com/silverlight/api-reference/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer~Mode.html"&gt;FeatureLayer OnDemand mode&lt;/A&gt; AND to set the&lt;A href="https://developers.arcgis.com/silverlight/api-reference/#ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer~MaximumResolution.html"&gt; feature layer MaximumResolution&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With these settings only the data for the current extent are loaded AND the feature layer is not displayed at large scale where too much data would be loaded.&lt;/P&gt;&lt;P&gt;Additionally you can set an ArcGISDynamiMapServiceLayer visible at large scale that would display the features without allowing edition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 09:03:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-value-after-using-query-task-in-arcgis/m-p/557851#M14348</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2014-12-01T09:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit value after using query task in arcgis api for silverlight</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-value-after-using-query-task-in-arcgis/m-p/557852#M14349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I understood correctly but it sounds like you're doing something similar to this SDK sample &lt;A href="https://developers.arcgis.com/silverlight/sample-code/start.htm#FeatureLayerSelection" title="https://developers.arcgis.com/silverlight/sample-code/start.htm#FeatureLayerSelection"&gt;ArcGIS API for Silverlight - Interactive Samples | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use ArcGISDynamicMapServiceLayer to render all features (server-side rendering). With FeatureLayer in SelectionOnly mode, you can use Editor to select a region where you see features. These features get added to your FeatureLayer and they become available for editing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to use IdentifyTask on ArcGISDynamicMapServiceLayer to get the feature you're interested in editing and then use FeatureLayer.ObjectIDs filter. You might need to call FeatureLayer.Update().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 01:15:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-value-after-using-query-task-in-arcgis/m-p/557852#M14349</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2014-12-02T01:15:16Z</dc:date>
    </item>
  </channel>
</rss>

