Hello Chris and Joe

Le 07/06/13 03:17, Mattmann, Chris A (398J) a écrit :
1) Does anyone has a better idea for a "DataStoreConnection" class name?
The idea is "Provides various ways to open an arbitrary Object until we
have found which DataStore can decode the bytes provided by that Object".
What about DataSerDeChooser (for "data serializer/deserializer" chooser?)

Actually it does not choose a DataStore (this work will be done later by an other class) - it just provides various way to connect to a specific storage (File, InputStream, database, etc.). The storage can also be a PostGIS or other database, in which case serializer/deserializer may not be accurate...


Le 07/06/13 13:35, Joe White a écrit :
Why not DataStoreProvider?

We already have DataStoreProvider :-), as a factory for creating the actual DataStore instance after we found which one is appropriate.

Thanks for the proposals

    Martin

Reply via email to