<?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 feature layer with no url in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98900#M2277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In arcgis flex api 2, I was trying to use feature layer...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However I found if there is no url, feature layer does not show points&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I mean If I return point data from database and put them in array collection and assign that to graphic provider&amp;nbsp; of the feature layer, it does not show up&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this right? Can I show feature layer points from database without mentioning url?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Sep 2010 15:23:30 GMT</pubDate>
    <dc:creator>abukhan</dc:creator>
    <dc:date>2010-09-08T15:23:30Z</dc:date>
    <item>
      <title>feature layer with no url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98900#M2277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In arcgis flex api 2, I was trying to use feature layer...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However I found if there is no url, feature layer does not show points&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I mean If I return point data from database and put them in array collection and assign that to graphic provider&amp;nbsp; of the feature layer, it does not show up&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this right? Can I show feature layer points from database without mentioning url?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:23:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98900#M2277</guid>
      <dc:creator>abukhan</dc:creator>
      <dc:date>2010-09-08T15:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: feature layer with no url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98901#M2278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FeatureLayer.graphicProvider should be treated as read-only:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#graphicProvider"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#graphicProvider&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should be using FeatureLayer.featureCollection:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#featureCollection"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#featureCollection&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: If you're not using a temporal renderer, then there's no advantage to using FeatureLayer.featureCollection over GraphicsLayer.graphicProvider.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:30:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98901#M2278</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-09-08T15:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: feature layer with no url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98902#M2279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The reason I was trying to use feature layer for points (instead of graphic layer) was to use mode=Snapshot (of feature layer attributes)..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a large data with over 10000 data points and I thought if I use mode=snapshot, it will help faster panning and zooming...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the best option for this scenerio?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:53:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98902#M2279</guid>
      <dc:creator>abukhan</dc:creator>
      <dc:date>2010-09-08T15:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: feature layer with no url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98903#M2280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The FeatureLayer in snapshot mode or when using a FeatureCollection is equivalent to using a GraphicsLayer. If you could expose a REST service, you could use the FeatureLayer in onDemand mode so that it would only query and show the points inside the current extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How many points do you need to show at once? Using a clusterer may be a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/GraphicsLayer.html#clusterer"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/GraphicsLayer.html#clusterer&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayerClustering"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=FeatureLayerClustering&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 16:45:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98903#M2280</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-09-08T16:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: feature layer with no url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98904#M2281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the scenerio:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The points are dynamic (comes from sql server stored proc with user input variable), so I can not make them a layer..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the points come, and I store them in a arraycollection...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didnot use any amf (I donot know if I can use useAMF in arcgis server 10)..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I put them in graphiclayer and assign graphicprovider = arraycollection&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did clustering, and it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However when it goes to symbols using renderer(I give option to user to see symbols anytime with button click and I make clusterer=null), then panning and zooming becomes slower...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What are the best options in this case?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 17:58:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98904#M2281</guid>
      <dc:creator>abukhan</dc:creator>
      <dc:date>2010-09-08T17:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: feature layer with no url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98905#M2282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How are you transmitting the points from the server? HTTPService? If you use something like BlazeDS you can use RemoteObject which uses AMF. (There's other solutions for PHP, .Net, etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/"&gt;http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What kind of symbols are you using? SimpleMarkerSymol without an outline are the fastest.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 18:52:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98905#M2282</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-09-08T18:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: feature layer with no url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98906#M2283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using Httpservice in flex and it connects a .net page which gets data from sql server and return it as xml...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 21:13:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98906#M2283</guid>
      <dc:creator>abukhan</dc:creator>
      <dc:date>2010-09-08T21:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: feature layer with no url</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98907#M2284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's a product like BlazeDS for .Net:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.themidnightcoders.com/products/weborb-for-net/overview.html"&gt;http://www.themidnightcoders.com/products/weborb-for-net/overview.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 21:17:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/feature-layer-with-no-url/m-p/98907#M2284</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-09-08T21:17:48Z</dc:date>
    </item>
  </channel>
</rss>

