org.geotools.gce.imagemosaic.jdbc
Class ImageDecoderThread
Object
Thread
ImageDecoderThread
- All Implemented Interfaces:
- Runnable
public class ImageDecoderThread
- extends Thread
- Author:
- christian
Methods inherited from class Thread |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
LOGGER
protected static final Logger LOGGER
- Logger.
ImageDecoderThread
public ImageDecoderThread(byte[] bytes,
String location,
GeneralEnvelope tileEnvelope,
Rectangle pixelDimension,
GeneralEnvelope requestEnvelope,
ImageLevelInfo levelInfo,
LinkedBlockingQueue<TileQueueElement> tileQueue,
Config config)
- Parameters:
bytes
- the image byteslocation
- the tile nametileEnvelope
- the georeferencing information for the tilepixelDimension
- the pixel dimension requiredrequestEnvelope
- the requested envelopelevelInfo
- the proper levelInfotileQueue
- the queue where to put the resultconfig
- the reader config
run
public void run()
- Specified by:
run
in interface Runnable
- Overrides:
run
in class Thread
- See Also:
Thread.run()
rescaleImageViaPlanarImage
protected BufferedImage rescaleImageViaPlanarImage(BufferedImage image)
Copyright © 1996-2014 Geotools. All Rights Reserved.