Uses of Class
org.geotools.gce.imagemosaic.jdbc.ImageLevelInfo

Packages that use ImageLevelInfo
org.geotools.gce.imagemosaic.jdbc   
org.geotools.gce.imagemosaic.jdbc.custom   
 

Uses of ImageLevelInfo in org.geotools.gce.imagemosaic.jdbc
 

Methods in org.geotools.gce.imagemosaic.jdbc that return ImageLevelInfo
 ImageLevelInfo JDBCAccess.getLevelInfo(int level)
           
 

Methods in org.geotools.gce.imagemosaic.jdbc with parameters of type ImageLevelInfo
 int ImageLevelInfo.compareTo(ImageLevelInfo other)
           
 void JDBCAccess.startTileDecoders(Rectangle pixelDimension, GeneralEnvelope requestEnvelope, ImageLevelInfo info, LinkedBlockingQueue<TileQueueElement> tileQueue, GridCoverageFactory coverageFactory)
          Method for starting the main action, getting the neccessairy tiles and decoding them in a multithreaded manner
 

Uses of ImageLevelInfo in org.geotools.gce.imagemosaic.jdbc.custom
 

Methods in org.geotools.gce.imagemosaic.jdbc.custom that return ImageLevelInfo
 ImageLevelInfo JDBCAccessCustom.getLevelInfo(int level)
           
 

Methods in org.geotools.gce.imagemosaic.jdbc.custom that return types with arguments of type ImageLevelInfo
 List<ImageLevelInfo> JDBCAccessCustom.getLevelInfos()
           
 

Methods in org.geotools.gce.imagemosaic.jdbc.custom with parameters of type ImageLevelInfo
 void JDBCAccessOracleGeoRaster.startTileDecoders(Rectangle pixelDimension, GeneralEnvelope requestEnvelope, ImageLevelInfo info, LinkedBlockingQueue<TileQueueElement> tileQueue, GridCoverageFactory coverageFactory)
          startTileDecoders
abstract  void JDBCAccessCustom.startTileDecoders(Rectangle pixelDimension, GeneralEnvelope requestEnvelope, ImageLevelInfo info, LinkedBlockingQueue<TileQueueElement> tileQueue, GridCoverageFactory coverageFactory)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.