Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The sis-storage module now contains some basic blocks in the org.apache.sis.storage package, for now:
- DataStore
- DataStoreConnection
- DataStoreException
A NetcdfDataStore is added in the netcdf sub-package. However the QuadTree and GeoRSSData are currently living in the same package, while they could be considered as specializations. The proposal is to move them to the org.apache.sis.index.tree package. In addition, QuadTree classes would be moved from the sis-referencing to sis-storage module.
However this would be an incompatible change for Apache SIS 0.2 users.