Hello,
I'm not sure I understand the interest of the event "FeatureSource.CustomColumnFetch" to apply a ClassBreakStyle on business data from SQL Database.
In my case, the shapefile contains approximately 10,000 features, the business data concern only 100 features spread over the entire shapefile.
It seems to me "CustomColumnFetch" is fired for each feature to display (10,000 times in the first display, if fullextent), then each refresh (zoom in / out, ...) as many times as features to display. Which is not very fluid.
Is there another way to do it? with InMemoryFeatureLayer to create a column to store business data (100 features) and apply the style based on the value of the layer column, only one time ?
Thank you for your advice.