Re: [Geotools-devel] CommonFactoryFinder ... response from code in the wild.

2007-05-28 Thread Jody Garnett
Sigh :-) a) org.opengis.filter.FilterFactory -- geoapi interface that we return right now b) org.opengis.filter.FilterFactory2 -- geoapi intercace that we cast to all the time right now c) org.geotools.filter.FilterFactory -- GeoTools interface that older code casts to right now ... I have add

Re: [Geotools-devel] CommonFactoryFinder ... response from code in the wild.

2007-05-28 Thread Martin Desruisseaux
Jody Garnett a écrit : > Would it be okay (since CommonFactoryFinder is a straight GeoTools > class); to specify that we are always going to return a FilterFactory2? > We always need it after all ... Sure, if we always want FilterFactory2 and never FilterFactory lets returns FilterFactory2 in al