Enam wrote:
> Please clean up the use of org.geotools.filter.Filter from DataStores. It's a
> pain to do this everytime i use a filter:
>
> (org.geotools.filter.Filter) myFilter
>   
Can I have a bit more information? I thought this work was done for the 
2.4.x branch:
- Query.getFilter() - check
- DataStore.getFeatureWriter( typeName, filter, transaction ) - check
- FeatureSource.getFeatures( Filter ) - check
- FetaureStore.modifyFeatures( type, value, filter ) - check
- FeatureLocking.lockFeature( filter )

So that is it for DataStore ... so I am not exactly sure what you are 
talking about? Are you using an older version of GeoTools that has this 
problem?

- StyleFactory - check
- StyleBuilder - check

Not sure where else filter is used; perhaps you can be more specific.
Jody

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to