| |
|
| javax.imageio.spi.ImageReaderSpi org.geotools.arcsde.gce.imageio.ArcSDERasterReaderSpi
ArcSDERasterReaderSpi | public class ArcSDERasterReaderSpi extends ImageReaderSpi (Code) | | An ImageIO Service Provider Interface for creating ArcSDERasterReaders.
author: sfarber |
createReaderInstance | public ImageReader createReaderInstance(Object extension) throws IOException(Code) | | Creates an ArcSDERasterReader (an ImageIO compatible ImageReader). This
reader requires the following keys to be set in the
java.util.Map passed to this method:
- ArcSDERasterReaderSpi.PYRAMID - a
ArcSDEPyramid describing the
pyramid that this reader will be reading
- ArcSDERasterReaderSpi.RASTER_COLUMN - a String containing the Raster
column for this readers RASTER_TABLE
- ArcSDERasterReaderSpi.RASTER_TABLE -
a String containing the name of the ArcSDE raster table to read. Probably
needs to be qualified with the schema name.
|
getInputTypes | public Class[] getInputTypes()(Code) | | We completely ignore the setInput() call in this reader, so we'll happily accept anything.
|
|
|
|