org.geotools.arcsde.raster.io
Class RasterReaderFactory

java.lang.Object
  extended by org.geotools.arcsde.raster.io.RasterReaderFactory

public class RasterReaderFactory
extends java.lang.Object

Since:
2.5.7
Version:
$Id: RasterReaderFactory.java 34355 2009-11-09 19:05:33Z groldan $
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 java.lang.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 java.io.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:
java.io.IOException


Copyright © 1996-2010 Geotools. All Rights Reserved.