public class RasterReaderFactory extends Object
| Constructor and Description |
|---|
RasterReaderFactory(ISessionPool connectionPool) |
| Modifier and Type | Method and Description |
|---|---|
TiledRasterReader |
create(RasterDatasetInfo rasterInfo)
Creates a
TiledRasterReader that's able to read one or more raster for the given
RasterDatasetInfo, depending on if rasterInfo represents a single raster or a
raster catalog. |
public RasterReaderFactory(ISessionPool connectionPool)
public TiledRasterReader create(RasterDatasetInfo rasterInfo) throws IOException
TiledRasterReader that's able to read one or more raster for the given
RasterDatasetInfo, depending on if rasterInfo represents a single raster or a
raster catalog.rasterInfo - IOExceptionCopyright © 1996–2019 Geotools. All rights reserved.