org.geotools.arcsde.raster.io
Class RasterReaderFactory
Object
RasterReaderFactory
public class RasterReaderFactory
- extends Object
- Since:
- 2.5.7
- Author:
- Gabriel Roldan
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RasterReaderFactory
public RasterReaderFactory(ISessionPool connectionPool)
create
public TiledRasterReader create(RasterDatasetInfo rasterInfo)
throws IOException
- 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.
- Parameters:
rasterInfo
-
- Returns:
-
- Throws:
IOException
Copyright © 1996-2014 Geotools. All Rights Reserved.