Re: [Geotools-devel] Adding SE 1.1 functions to main

2008-07-25 Thread Jody Garnett
I have gone through the deprecated methods and sorted out what was needed; I stubbed in a getDescription() method so that 2.5.x users would have a non deprecated method to call. Ended up adding a few methods "early" such as Font.getStyle(); so the Font.getFontStyle() method could remain depreca

Re: [Geotools-devel] Adding SE 1.1 functions to main

2008-07-23 Thread johann.sorel
Emily Gouge a écrit : > > We are running into some inconsistencies with the style interface after > > your recent deprecations; my co-worker will send the details. > > I've been doing some testing with the RasterSymbolizer and other styling > related classes in GeoTools > and have come across s

Re: [Geotools-devel] Adding SE 1.1 functions to main

2008-07-23 Thread Emily Gouge
> We are running into some inconsistencies with the style interface after > your recent deprecations; my co-worker will send the details. I've been doing some testing with the RasterSymbolizer and other styling related classes in GeoTools and have come across some methods that have been deprec

Re: [Geotools-devel] Adding SE 1.1 functions to main

2008-07-23 Thread johann.sorel
Jody Garnett a écrit : > johann.sorel wrote: >>> Johann I have been trying to talk to you about the last remaining >>> design decisions with respect to variable length functions - >>> basically since you started the work. If you notice in my email >>> below I am making a decision to treat the nu

Re: [Geotools-devel] Adding SE 1.1 functions to main

2008-07-23 Thread Jody Garnett
johann.sorel wrote: >> Johann I have been trying to talk to you about the last remaining >> design decisions with respect to variable length functions - >> basically since you started the work. If you notice in my email below >> I am making a decision to treat the number of parameters as a MINIM

Re: [Geotools-devel] Adding SE 1.1 functions to main

2008-07-23 Thread johann.sorel
Jody Garnett a écrit : > Looking into HG would cost me time and and I would rather spend that > getting the 2.5.x release out. > > Johann I have been trying to talk to you about the last remaining > design decisions with respect to variable length functions - basically > since you started the wo

Re: [Geotools-devel] Adding SE 1.1 functions to main

2008-07-23 Thread Jody Garnett
Looking into HG would cost me time and and I would rather spend that getting the 2.5.x release out. Johann I have been trying to talk to you about the last remaining design decisions with respect to variable length functions - basically since you started the work. If you notice in my email belo

[Geotools-devel] Adding SE 1.1 functions to main

2008-07-22 Thread Jody Garnett
Hi Johann; I have added the Concatenate function to geotools main (we needed it for some SLD 1.0 parsing). I have decided to treat the number of parameters (for a function that allows a variable number of parameters) as a minimum value. So for Concatenate I expect it to be reported in a WFS ca