org.geotools.gce.imagemosaic.jdbc
Class ImageMosaicJDBCReaderState
java.lang.Object
org.geotools.gce.imagemosaic.jdbc.ImageMosaicJDBCReaderState
public class ImageMosaicJDBCReaderState
- extends java.lang.Object
Holds the state of the ImageMosaicJDBCReader
making the reader thread safe
- Since:
- 2.6
- Author:
- mcr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageMosaicJDBCReaderState
public ImageMosaicJDBCReaderState()
getRequestedEnvelope
public GeneralEnvelope getRequestedEnvelope()
setRequestedEnvelope
public void setRequestedEnvelope(GeneralEnvelope requestedEnvelope)
getRequestEnvelopeTransformed
public GeneralEnvelope getRequestEnvelopeTransformed()
setRequestEnvelopeTransformed
public void setRequestEnvelopeTransformed(GeneralEnvelope requestEnvelopeTransformed)
getTileQueue
public java.util.concurrent.LinkedBlockingQueue<TileQueueElement> getTileQueue()
isXAxisSwitch
public boolean isXAxisSwitch()
setXAxisSwitch
public void setXAxisSwitch(boolean axisSwitch)
Copyright © 1996-2010 Geotools. All Rights Reserved.