it.geosolutions.imageio.plugins.slices2D |
|
Java Source File Name | Type | Comment |
IndexManager.java | Interface | SliceImageReader 's need to implement this interface to provide a
mechanism of index-interpreting to the above layer (working on ND data).
A class of the above layer should get metadata in order to know the inner
structure (coverages, dims) of a datasource. |
SliceImageReader.java | Class | An abstract super class which need to be extended by any specific format's
ImageReader to work with 2D datasets. |