Andrea Aime a écrit : > johann sorel ha scritto: >> Hello, >> >> Here is a new Expression visitor that returns a collection of the >> required attributes of this expression. >> I would like someone to check it and someone working on the main >> module to commit it. >> (or at least tell me that I can commit it in package : >> org.geotools.filter.visitor) > > Johann, > did you notice there is already a similar visitor used by > StreamingRenderer? > It's called StyleAttributeExtractor, which extends the > base FilterAttributeExtractor. So, there is not expression > attribute extractor, but I believe the code of > FilterAttributeExtractor and ExpressionAttributeExtractor > would be very similar. Can you have a look at it? > > Cheers > Andrea Your're right, it does the same thing, this filtervisitor is also an expression visitor. I guess my class is useless then.
thanks -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
