I am adding a couple of Filter/Expression visitors that will do a sanity check against a provided FilterCapabilities: > boolean yes = filter.accepts( IsSupportedFilterVisitor( capabilities ) ); And: > boolean yes = filter.accepts( IsFullySupportedFilterVisitor( > capabilities ) ); Not sure if you will find this stuff useful. Jody
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
