That is also an option Andrea; any chance we can come up with unqiue 
names for these two ideas? ie implement and document them as separate 
functions...
> The first thing I need, is to change the generated rules so that they
> all use closed intervals, such as:
> 0 <= x <= 10
> 10 < x <= 20
> 20 < x <= 30
> as opposed of today's result:
> x <= 10
> 10 < x <= 20
> x > 20 
I know the SLD generation code makes use of an SLD "else" clause to 
catch data that falls off both ends; given the existing categorization 
function can you not just handle your SLD generation differently based 
on the existing ranges? Ie these categorizes are something you process 
into a set of SLD rules; you may find the code already available in cbrewer.

We can also look at the SE 1.1 docs to see how they break down the 
result of their categorization function.
Jody

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to