Re: [Geotools-devel] Doing geometry transformations in SLD

2009-02-15 Thread Jody Garnett
> Andrea can I ask if this is a problem with the SLD parser; or a problem >> with the data structures? >> > > The data structures. Fixing the parser is a piece of cake. We have already taken the Filter definition in this direction; taking the style definition in this direction should be fine as w

Re: [Geotools-devel] Doing geometry transformations in SLD

2009-02-15 Thread Andrea Aime
johann sorel ha scritto: > Hi, (read bellow) > > Andrea Aime a écrit : >> Hi all, >> I'm writing this mail to explore the possibility of extending >> our current SLD support for symbolizer geometry. >> With the current SLD 1.0 (and even with SE 1.1) we're stuck >> with just telling the symbolizer

Re: [Geotools-devel] Doing geometry transformations in SLD

2009-02-15 Thread johann sorel
Hi, (read bellow) Andrea Aime a écrit : > Hi all, > I'm writing this mail to explore the possibility of extending > our current SLD support for symbolizer geometry. > With the current SLD 1.0 (and even with SE 1.1) we're stuck > with just telling the symbolizer which geometry attribute to > use, a

Re: [Geotools-devel] Doing geometry transformations in SLD

2009-02-15 Thread Andrea Aime
Jody Garnett ha scritto: > Andrea can I ask if this is a problem with the SLD parser; or a problem > with the data structures? The data structures. Fixing the parser is a piece of cake. > I tried to carefully make the geometry > operations reduce their values to two expressions; the String bas

Re: [Geotools-devel] Doing geometry transformations in SLD

2009-02-14 Thread Jody Garnett
Andrea can I ask if this is a problem with the SLD parser; or a problem with the data structures? I tried to carefully make the geometry operations reduce their values to two expressions; the String based PropertyName accessors are still there; but have warnings that they only work with the express

[Geotools-devel] Doing geometry transformations in SLD

2009-02-14 Thread Andrea Aime
Hi all, I'm writing this mail to explore the possibility of extending our current SLD support for symbolizer geometry. With the current SLD 1.0 (and even with SE 1.1) we're stuck with just telling the symbolizer which geometry attribute to use, as the element is hard coded to be a PropertyName. T