Re: [Geotools-devel] api changes

2009-09-27 Thread Jody Garnett
Some other ones from last week FileDataStore is now an interface; replacing AbstractFileDataStore as the explicit public api. FileDataStoreFinder now returns one of these things Andrea points out that new PostgisDataStoreFactory works so I will remove the etDataStoreFactory( Pos

[Geotools-devel] api changes

2009-09-27 Thread Jody Garnett
I have been adding methods in order to tidy up tutorial examples . A DataStoreFinder method to look up a factory instance by type name. This method allows me to remove all the new ShapeFileDataStoreFactory () . Used type narrowing to make it a bit easier... ShapefileDataStoreFactory fact