On Thu, Aug 11, 2011 at 2:19 PM, Jody Garnett <[email protected]> wrote:
> I would like to find a volunteer to maintain this one; or adopt it into
> gt-main. I will ask on udig-devel as moovida in particular has had a lot of
> "fun" working with styles.
> Q: Did you do anything with the FilterBuilder in there ...

Yep, removed every reference to it (as I anticipated to you in chat),
it was a lot more complicated than necessary, building expressions and
filters with FilterFactory is easier.

Still think that a reverse polish notation based filter builder would be
the most natural way to make a fluent filter builder:

fb.literal(5).property("att").add().literal(50).greater().build() ->
att + 5 > 50

Cheers
Andrea

-- 
-------------------------------------------------------
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:      +39 0584 962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-------------------------------------------------------

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to