History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GEOT-461
Type: New Feature New Feature
Status: In Progress In Progress
Priority: Minor Minor
Assignee: Unassigned
Reporter: James Macgill
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
GeoTools

Add classification functions

Created: 09/Mar/05 12:32 PM   Updated: 06/Jul/07 12:06 PM
Component/s: core filter
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
The filter spec allows for user functions to be added. This can be used as a mechanism for supporting simple classification.

Code to support this has already been writen for GeoVISTA studio, this task will port that code to GeoTools.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Jody Garnett - 13/Mar/06 01:56 AM
We have added a new aggregation api for geotools 2.2., and are producing classifications using the color brewer module.

The classification functions james is talking about work a little bit like the series of rules produces by the color brewer module, but they can be used as a single Expression.

This would allows us to classify "color" of a PointSymbolizer by "severity", and classify size by probability.

Jody Garnett - 13/Mar/06 01:58 AM
I am marking this as minor, because:
1. Application code could do this, our function api is open
2. Application code could produce rules (for a single classification) as done with the cbrewer module
3. Application code could produce a power set of rules to vary two attributes