Select to view content in your preferred language

Custom clustering

497
1
06-28-2012 10:23 AM
EdwardSon
Emerging Contributor
Is it possible to implement our own custom clustering, and point me to some references/starting point?
Want something like point clustering, but we have line data that may be a significant data payload and display processing,
and want something like clustering to increase efficiency/performance.

Please send starting point, or even point us to other optimization options for lines and polygons.

What are other additional optimization options?
I think we tried them all, but may be there are some extra we can try.
But the custom clustering help would be greatly appreciated.

Thanks.
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
Want something like point clustering, but we have line data that may be a significant data payload and display processing,
and want something like clustering to increase efficiency/performance.

The clustering is only working for points (i.e not working for lines).

Please send starting point, or even point us to other optimization options for lines and polygons.

The only standard way I know to optimize the payload for lines or polygons is by setting MaxAllowableOffset which can strongly reduce the size of the transferred data.

Note : another obvious way is to use DynamicMapServiceLayer or TiledMapServiceLayer but I guess it's not applicable in your context.
0 Kudos