Andrea Aime wrote:
> Hi,
> trying to add two new filter functions I noticed there
> are two SPI files containing lists of functions:
>
> org.geotools.filter.FunctionExpression
> org.opengis.filter.expression.Function
>
> Now, unit testing I discovered
> CommonFactoryFinder.getFilterFactory(null)
>
Hi,
trying to add two new filter functions I noticed there
are two SPI files containing lists of functions:
org.geotools.filter.FunctionExpression
org.opengis.filter.expression.Function
Now, unit testing I discovered
CommonFactoryFinder.getFilterFactory(null)
hits only the second... is the first