<?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 De clustering points in flex map in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/de-clustering-points-in-flex-map/m-p/240168#M5642</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 load about 93000 points with clustering in the map...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It takes less than a minute (fluorinefx, flex and .net)..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However&amp;nbsp; i also need to decluster these points (to show the exact location of these points)..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;simply setting graphicslayer.clusterer = null&amp;nbsp; takes long time and some time (script out )..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NOw my questions are&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) it there way to de cluster only within a certain map extent&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; (what I mean is&amp;nbsp; when user zooms in , i will decluster only points within the view extent ,, remaining points outside the view extent will still be clustered)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Is there any effiecient way to decluster? (may be for the entire area or within the extent)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) any other idea? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Abu&amp;nbsp; Khan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2011 20:15:15 GMT</pubDate>
    <dc:creator>abukhan</dc:creator>
    <dc:date>2011-06-08T20:15:15Z</dc:date>
    <item>
      <title>De clustering points in flex map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/de-clustering-points-in-flex-map/m-p/240168#M5642</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 load about 93000 points with clustering in the map...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It takes less than a minute (fluorinefx, flex and .net)..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However&amp;nbsp; i also need to decluster these points (to show the exact location of these points)..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;simply setting graphicslayer.clusterer = null&amp;nbsp; takes long time and some time (script out )..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NOw my questions are&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) it there way to de cluster only within a certain map extent&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; (what I mean is&amp;nbsp; when user zooms in , i will decluster only points within the view extent ,, remaining points outside the view extent will still be clustered)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Is there any effiecient way to decluster? (may be for the entire area or within the extent)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) any other idea? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Abu&amp;nbsp; Khan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2011 20:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/de-clustering-points-in-flex-map/m-p/240168#M5642</guid>
      <dc:creator>abukhan</dc:creator>
      <dc:date>2011-06-08T20:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: De clustering points in flex map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/de-clustering-points-in-flex-map/m-p/240169#M5643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using your own clustering, or the built-in API cluster classes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2011 22:34:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/de-clustering-points-in-flex-map/m-p/240169#M5643</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2011-06-13T22:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: De clustering points in flex map</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/de-clustering-points-in-flex-map/m-p/240170#M5644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you using your own clustering, or the built-in API cluster classes?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i am using built in cluster classes.. and for declustering setting graphiclayer.clusterer = null&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 20:05:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/de-clustering-points-in-flex-map/m-p/240170#M5644</guid>
      <dc:creator>abukhan</dc:creator>
      <dc:date>2011-06-14T20:05:05Z</dc:date>
    </item>
  </channel>
</rss>

