Select to view content in your preferred language

Jenks Natural Breaks

3255
2
07-08-2011 06:07 AM
DanielSanders
Occasional Contributor
I would like to calculate Jenks Natural Breaks for a set of data inside an ArcGIS Silverlight application.
What is the best way to do this? Is there an ArcGIS class that would handle this, or would I need to create a web service to access ArcGIS Server?

Thanks...
0 Kudos
2 Replies
ChrisSmith
Emerging Contributor
Hi

Can you classify your data in your Map Document (MXD) and use a Dynamic Map Service or does the classification need to be dynamic and on the client?

If dynamic and client side then you could take a look at the following link to get an idea of how to create a class that will allow you to classify your data...(I think this is part of GeoTools  I believe it is opensource but check the licensing oh and its in Java but should be simple to convert to .Net)

http://www.ccg.leeds.ac.uk/projects/medaction/medact2/medactionservlet/WEB-INF/classes/uk/ac/leeds/c...

Chris
0 Kudos
DanielSanders
Occasional Contributor
Yes, the classification needs to be dynamic. Thanks for the link! I'll check it out...
0 Kudos