public class JDBCAccessOracleGeoRaster extends JDBCAccessCustom
Modifier and Type | Field and Description |
---|---|
protected Method |
freeTemporary |
Constructor and Description |
---|
JDBCAccessOracleGeoRaster(Config config) |
Modifier and Type | Method and Description |
---|---|
void |
initialize()
initialze the the JDBCAccess object, has to be called exactly once
|
void |
startTileDecoders(Rectangle pixelDimension,
GeneralEnvelope requestEnvelope,
ImageLevelInfo info,
LinkedBlockingQueue<TileQueueElement> tileQueue,
GridCoverageFactory coverageFactory)
startTileDecoders
|
closeCallableStmt, closeConnection, closePreparedStmt, closeResultSet, closeStmt, getConfig, getConnection, getCRS, getLevelInfo, getLevelInfos, getNumOverviews
protected Method freeTemporary
public JDBCAccessOracleGeoRaster(Config config) throws IOException
config
- Config from XML file passed to this classIOException
public void initialize()
JDBCAccess
initialize
in interface JDBCAccess
initialize
in class JDBCAccessCustom
public void startTileDecoders(Rectangle pixelDimension, GeneralEnvelope requestEnvelope, ImageLevelInfo info, LinkedBlockingQueue<TileQueueElement> tileQueue, GridCoverageFactory coverageFactory) throws IOException
startTileDecoders
in interface JDBCAccess
startTileDecoders
in class JDBCAccessCustom
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)IOException
Copyright © 1996–2019 Geotools. All rights reserved.