hi i wants to add DotDensityStyle in my cities from sql server
basically i have cities shapefile
and in my sql server i have buy data according to cities name all my by data wants to display on my cities shapefile with dotdensitystyle from my sql server please can you guide me how to bring my database data into my shapefile cities .
Add DotDensityStyle in my cities shapefile
Hi Raja,
If your data won’t be modified dynamic, the simplest solution should be create an inmemoryFeatureLayer, then you can get all features from your shape file feature layer, add them to inmemoryFeatureLayer, then query in database and add the value you want to feature.Columns, then set style to the new inmemoryFeatureLayer.
Regards,
Don