You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by "Martin Desruisseaux (JIRA)" <ji...@apache.org> on 2013/06/06 10:09:19 UTC

[jira] [Created] (SIS-101) Move QuadTree and GeoRSSData in their own packages

Martin Desruisseaux created SIS-101:
---------------------------------------

             Summary: Move QuadTree and GeoRSSData in their own packages
                 Key: SIS-101
                 URL: https://issues.apache.org/jira/browse/SIS-101
             Project: Spatial Information Systems
          Issue Type: Task
          Components: Referencing, Storage
            Reporter: Martin Desruisseaux
            Assignee: Martin Desruisseaux
             Fix For: 0.3


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 make the following move:

  * {{QuadTree}} and related classes to {{org.apache.sis.index.tree}}
  * {{GeoRSSData}} in {{org.apache.sis.storage.rss}}

However this would be an incompatible change for Apache SIS 0.2 users.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira