LSA ha scritto: > Hi once again! > > I would like to have my own custom filter, which filters every feature > by using its very custom /evaluate/ method.
The filter api cannot be extended, the set of filters is closed. What you can do is to create your own filter function instead, and then check the result is a specific value (e.g., true/false) using PropertyIsEqualTo Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
