Hello all

I'm putting some basic blocks in the "org.apache.sis.storage" package, proposed as the basis of storage formats in SIS. For now:

  - DataStore
  - DataStoreConnection
  - DataStoreException

A NetcdfDataStore will be committed later in the "netcdf" sub-package. However the QuadTree and GeoRSSData are currently living in the same package, while I think they could be considered as specializations. What about the following move?

- QuadTree and related classes to "org.apache.sis.storage.index" or just "org.apache.sis.index"
  - GeoRSSData in "org.apache.sis.storage.rss"

However this would be an incompatible change for Apache SIS 0.2 users... What do peoples think?

    Martin

Reply via email to