|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TileQueueElement | |
---|---|
org.geotools.gce.imagemosaic.jdbc | |
org.geotools.gce.imagemosaic.jdbc.custom |
Uses of TileQueueElement in org.geotools.gce.imagemosaic.jdbc |
---|
Fields in org.geotools.gce.imagemosaic.jdbc declared as TileQueueElement | |
---|---|
static TileQueueElement |
TileQueueElement.ENDELEMENT
|
Methods in org.geotools.gce.imagemosaic.jdbc that return types with arguments of type TileQueueElement | |
---|---|
LinkedBlockingQueue<TileQueueElement> |
ImageMosaicJDBCReaderState.getTileQueue()
|
Method parameters in org.geotools.gce.imagemosaic.jdbc with type arguments of type TileQueueElement | |
---|---|
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 TileQueueElement in org.geotools.gce.imagemosaic.jdbc.custom |
---|
Method parameters in org.geotools.gce.imagemosaic.jdbc.custom with type arguments of type TileQueueElement | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |