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
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
> 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
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
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
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
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
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