<?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 arcgisdynamicmapservicelayer or featurelayer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisdynamicmapservicelayer-or-featurelayer/m-p/446791#M41258</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to filter features that are shown on the map depending on search criteria and tie this in with datagrid as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I use a arcgisdynamicmapservicelayer or a feature layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With a arcgisdynamicmapservicelayer I just add it to the map layers and it automatically shows up on the map, but then how does one filter it and how does one tie it in with a datagrid?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With featurelayer, I can query it then how does one put it on the map and how does one tie it with a datagrid?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Oct 2013 03:28:21 GMT</pubDate>
    <dc:creator>EdwardSohn1</dc:creator>
    <dc:date>2013-10-31T03:28:21Z</dc:date>
    <item>
      <title>arcgisdynamicmapservicelayer or featurelayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisdynamicmapservicelayer-or-featurelayer/m-p/446791#M41258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to filter features that are shown on the map depending on search criteria and tie this in with datagrid as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I use a arcgisdynamicmapservicelayer or a feature layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With a arcgisdynamicmapservicelayer I just add it to the map layers and it automatically shows up on the map, but then how does one filter it and how does one tie it in with a datagrid?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With featurelayer, I can query it then how does one put it on the map and how does one tie it with a datagrid?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 03:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisdynamicmapservicelayer-or-featurelayer/m-p/446791#M41258</guid>
      <dc:creator>EdwardSohn1</dc:creator>
      <dc:date>2013-10-31T03:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: arcgisdynamicmapservicelayer or featurelayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisdynamicmapservicelayer-or-featurelayer/m-p/446792#M41259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would use Feature Layer, see this sample &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/fl_dgrid.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/fl_dgrid.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 17:47:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisdynamicmapservicelayer-or-featurelayer/m-p/446792#M41259</guid>
      <dc:creator>ErwinSoekianto</dc:creator>
      <dc:date>2013-11-05T17:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: arcgisdynamicmapservicelayer or featurelayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisdynamicmapservicelayer-or-featurelayer/m-p/446793#M41260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I use a featurelayer and I want to use the symbology returned from the map service, is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;With dynamic layer this seems to be automatic, but when inspecting the feature returned from feature layer query, the symbol object may be null.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 17:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisdynamicmapservicelayer-or-featurelayer/m-p/446793#M41260</guid>
      <dc:creator>EdwardSohn1</dc:creator>
      <dc:date>2013-11-19T17:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: arcgisdynamicmapservicelayer or featurelayer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisdynamicmapservicelayer-or-featurelayer/m-p/446794#M41261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The symbology of a FeatureLayer will be drawn with API based on the DrawingInfo section of the Layer details from a URL similar to this one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer/0?f=pjson"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer/0?f=pjson&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So individual features returned as JSON from the server will not have a symbology defined, this saves on network bandwidth.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 17:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgisdynamicmapservicelayer-or-featurelayer/m-p/446794#M41261</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2013-11-19T17:57:16Z</dc:date>
    </item>
  </channel>
</rss>

