<?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: Finding Multiple Features with different Searchtexts with FindTask in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/finding-multiple-features-with-different/m-p/115721#M2890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use FeatureLayer with filtering (update Where clause) as in this sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerFiltering"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerFiltering&lt;/A&gt;&lt;SPAN&gt;. You can also use ClassBreaksRenderer as in this sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerRendering"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerRendering&lt;/A&gt;&lt;SPAN&gt;. You can write your own renderer too, you just need to implement IRenderer, specifically GetSymbol() method. &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.IRenderer.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.IRenderer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;More on Symbols and Renderers:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Working_with_Symbols_and_Renderers/01660000000w000000/"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Working_with_Symbols_and_Renderers/01660000000w000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And yes you are correct, support for Table is new in ArcGIS Server 10 as described here: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/layer.html"&gt;http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/layer.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 15:33:01 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-02-15T15:33:01Z</dc:date>
    <item>
      <title>Finding Multiple Features with different Searchtexts with FindTask</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/finding-multiple-features-with-different/m-p/115720#M2889</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;I have got a Silverlight App that displays hundrets of different Point-Features in my map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Attributes of the Points just consist of Name and Coordinates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because of the fact that with ArcGIS Server 9 i cant access "normal" tables that are part of my MXD (Am i right that this is featured in ArcGIS Server 10?), i created a SQL Server Database with different tabels. In This table i have a lot of Attributes for the different Points in my Point-Feature. So for each Point there are n-Entrys in the SQL Table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Problem is now, that i need to highlight the Features in my map that have specific attribute values in the SQL Server Table. So in the SQL Server table there are for example Height-Attributes. Now i would like to highlight every point with a Hight greater then 20meters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no Idea how i can realise this effective. The only way i thought about is a Find-Task in my Silverlight App. So first i filter the Data in the SQL Table for every entry greater 20meters. Then i extract the Point-Name of those Entrys. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After that i can do a Find-Task for every Entry. Problem is, that i only can enter one specific SearchText for the Find-Task. So i have to execute the Find-Task for EVERY (maybe 200) Point specifically, but that takes to much time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Ideas? Hope you understand the whole Problem,...i reallly need help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 07:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/finding-multiple-features-with-different/m-p/115720#M2889</guid>
      <dc:creator>UlfGrimhardt</dc:creator>
      <dc:date>2011-02-15T07:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Multiple Features with different Searchtexts with FindTask</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/finding-multiple-features-with-different/m-p/115721#M2890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use FeatureLayer with filtering (update Where clause) as in this sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerFiltering"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerFiltering&lt;/A&gt;&lt;SPAN&gt;. You can also use ClassBreaksRenderer as in this sample: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerRendering"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#FeatureLayerRendering&lt;/A&gt;&lt;SPAN&gt;. You can write your own renderer too, you just need to implement IRenderer, specifically GetSymbol() method. &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.IRenderer.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.IRenderer.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;More on Symbols and Renderers:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Working_with_Symbols_and_Renderers/01660000000w000000/"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#/Working_with_Symbols_and_Renderers/01660000000w000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And yes you are correct, support for Table is new in ArcGIS Server 10 as described here: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/layer.html"&gt;http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/layer.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 15:33:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/finding-multiple-features-with-different/m-p/115721#M2890</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-02-15T15:33:01Z</dc:date>
    </item>
  </channel>
</rss>

