Select to view content in your preferred language

De clustering points in flex map

688
2
06-08-2011 01:15 PM
abukhan
Occasional Contributor
Hi:

I load about 93000 points with clustering in the map...

It takes less than a minute (fluorinefx, flex and .net)..

However  i also need to decluster these points (to show the exact location of these points)..

simply setting graphicslayer.clusterer = null  takes long time and some time (script out )..

NOw my questions are

1) it there way to de cluster only within a certain map extent
(what I mean is  when user zooms in , i will decluster only points within the view extent ,, remaining points outside the view extent will still be clustered)

2) Is there any effiecient way to decluster? (may be for the entire area or within the extent)

3) any other idea?

Thanks.

Abu  Khan
Tags (2)
0 Kudos
2 Replies
BjornSvensson
Esri Regular Contributor
Are you using your own clustering, or the built-in API cluster classes?
0 Kudos
abukhan
Occasional Contributor
Are you using your own clustering, or the built-in API cluster classes?


i am using built in cluster classes.. and for declustering setting graphiclayer.clusterer = null
0 Kudos