[geotk] [JIRA] Created: (GEOTK-114) Deprecate
DimensionSlice.get/setAPI(),
to be replaced by method in a new MultidimensionalImageStore interface
Martin Desruisseaux (JIRA)
jira at geomatys.com
Tue Aug 10 13:19:36 EDT 2010
Deprecate DimensionSlice.get/setAPI(), to be replaced by method in a new MultidimensionalImageStore interface
-------------------------------------------------------------------------------------------------------------
Key: GEOTK-114
URL: http://jira.geotoolkit.org/browse/GEOTK-114
Project: Geotoolkit
Issue Type: Improvement
Components: Coverage
Affects Versions: 3.14
Reporter: Martin Desruisseaux
Assignee: Martin Desruisseaux
The {{DimensionSlice.getAPI()}} and {{DimensionSlice.setAPI(...)}} methods are difficult to use in practice, in part because every {{ImageReader}} methods expecting an image index need those information while only the {{read}} method has the necessary {{ImageReadParam}} argument.
A new interface should be defined (proposed name: {{MultidimensionalImageStore}}), and the {{setAPI}} method would be defined there. The NetCDF image reader would implement that interface (it would be the only one for now, but more may be added in the future).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.geotoolkit.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the Geotoolkit
mailing list