org.geotools.gce.imagemosaic.jdbc
Class TileQueueElement
java.lang.Object
org.geotools.gce.imagemosaic.jdbc.TileQueueElement
public class TileQueueElement
- extends java.lang.Object
Class for holding tile info for composing the resulting image. Objects of
this class will be put in the queue from ImageDecoderThread and read from
ImageComposerThread
- Author:
- mcr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENDELEMENT
public static TileQueueElement ENDELEMENT
TileQueueElement
public TileQueueElement(java.lang.String name,
java.awt.image.BufferedImage tileImage,
GeneralEnvelope envelope)
getEnvelope
public GeneralEnvelope getEnvelope()
getName
public java.lang.String getName()
getTileImage
public java.awt.image.BufferedImage getTileImage()
isEndElement
public boolean isEndElement()
Copyright © 1996-2010 Geotools. All Rights Reserved.