org.geotools.gce.imagemosaic.jdbc.custom
Class JDBCAccessOracleGeoRaster
Object
JDBCAccessCustom
JDBCAccessOracleGeoRaster
- All Implemented Interfaces:
- JDBCAccess
public class JDBCAccessOracleGeoRaster
- extends JDBCAccessCustom
This class is used for JDBC Access to the Oracle GeoRaster feature
- Author:
- Christian Mueller based on the code of Steve Way and Pablo Najarro
Methods inherited from class JDBCAccessCustom |
closeCallableStmt, closeConnection, closePreparedStmt, closeResultSet, closeStmt, getConfig, getConnection, getCRS, getLevelInfo, getLevelInfos, getNumOverviews |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCAccessOracleGeoRaster
public JDBCAccessOracleGeoRaster(Config config)
throws IOException
- Parameters:
config
- Config from XML file passed to this class
- Throws:
IOException
initialize
public void initialize()
- Description copied from interface:
JDBCAccess
- initialze the the JDBCAccess object, has to be called exactly once
- Specified by:
initialize
in interface JDBCAccess
- Specified by:
initialize
in class JDBCAccessCustom
startTileDecoders
public void startTileDecoders(Rectangle pixelDimension,
GeneralEnvelope requestEnvelope,
ImageLevelInfo info,
LinkedBlockingQueue<TileQueueElement> tileQueue,
GridCoverageFactory coverageFactory)
throws IOException
- startTileDecoders
- Specified by:
startTileDecoders
in interface JDBCAccess
- Specified by:
startTileDecoders
in class JDBCAccessCustom
- Parameters:
pixelDimension
- Not Used (passed as per interface requirement)requestEnvelope
- Geographic Envelope of requestinfo
- Pyramid LeveltileQueue
- Queue to place retrieved tile intocoverageFactory
- not used (passed as per interface requirement)
- Throws:
IOException
Copyright © 1996-2010 Geotools. All Rights Reserved.