Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
LOGGER
Logger.
|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
ImageDecoderThread(byte[] bytes,
String location,
GeneralEnvelope tileEnvelope,
Rectangle pixelDimension,
GeneralEnvelope requestEnvelope,
ImageLevelInfo levelInfo,
LinkedBlockingQueue<TileQueueElement> tileQueue,
Config config) |
| Modifier and Type | Method and Description |
|---|---|
protected BufferedImage |
rescaleImageViaPlanarImage(BufferedImage image) |
void |
run() |
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, yieldprotected static final Logger LOGGER
public ImageDecoderThread(byte[] bytes,
String location,
GeneralEnvelope tileEnvelope,
Rectangle pixelDimension,
GeneralEnvelope requestEnvelope,
ImageLevelInfo levelInfo,
LinkedBlockingQueue<TileQueueElement> tileQueue,
Config config)
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 configpublic void run()
run in interface Runnablerun in class ThreadThread.run()protected BufferedImage rescaleImageViaPlanarImage(BufferedImage image)
Copyright © 1996–2019 Geotools. All rights reserved.