|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.gce.imagemosaic.jdbc.custom.JDBCAccessCustom
org.geotools.gce.imagemosaic.jdbc.custom.JDBCAccessOracleGeoRaster
public class JDBCAccessOracleGeoRaster
This class is used for JDBC Access to the Oracle GeoRaster feature
Constructor Summary | |
---|---|
JDBCAccessOracleGeoRaster(Config config)
|
Method Summary | |
---|---|
void |
initialize()
initialze the the JDBCAccess object, has to be called exactly once |
void |
startTileDecoders(java.awt.Rectangle pixelDimension,
GeneralEnvelope requestEnvelope,
ImageLevelInfo info,
java.util.concurrent.LinkedBlockingQueue<TileQueueElement> tileQueue,
GridCoverageFactory coverageFactory)
startTileDecoders |
Methods inherited from class org.geotools.gce.imagemosaic.jdbc.custom.JDBCAccessCustom |
---|
closeCallableStmt, closeConnection, closePreparedStmt, closeResultSet, closeStmt, getConfig, getConnection, getCRS, getLevelInfo, getLevelInfos, getNumOverviews |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDBCAccessOracleGeoRaster(Config config) throws java.io.IOException
config
- Config from XML file passed to this class
java.io.IOException
Method Detail |
---|
public void initialize()
JDBCAccess
initialize
in interface JDBCAccess
initialize
in class JDBCAccessCustom
public void startTileDecoders(java.awt.Rectangle pixelDimension, GeneralEnvelope requestEnvelope, ImageLevelInfo info, java.util.concurrent.LinkedBlockingQueue<TileQueueElement> tileQueue, GridCoverageFactory coverageFactory) throws java.io.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)
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |