org.geotools.arcsde.raster.io
Class RasterReaderFactory

Object
  extended by RasterReaderFactory

public class RasterReaderFactory
extends Object

Since:
2.5.7
Author:
Gabriel Roldan

Constructor Summary
RasterReaderFactory(ISessionPool connectionPool)
           
 
Method Summary
 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.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterReaderFactory

public RasterReaderFactory(ISessionPool connectionPool)
Method Detail

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.