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, getNumOverviewsprotected Method freeTemporary
public JDBCAccessOracleGeoRaster(Config config) throws IOException
config - Config from XML file passed to this classIOExceptionpublic void initialize()
JDBCAccessinitialize in interface JDBCAccessinitialize in class JDBCAccessCustompublic void startTileDecoders(Rectangle pixelDimension, GeneralEnvelope requestEnvelope, ImageLevelInfo info, LinkedBlockingQueue<TileQueueElement> tileQueue, GridCoverageFactory coverageFactory) throws IOException
startTileDecoders in interface JDBCAccessstartTileDecoders in class JDBCAccessCustompixelDimension - 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)IOExceptionCopyright © 1996–2019 Geotools. All rights reserved.