es.gva.cit.jmrsid
Class LTISceneBuffer
java.lang.Object
es.gva.cit.jmrsid.JNIBase
es.gva.cit.jmrsid.LTISceneBuffer
- public class LTISceneBuffer
- extends JNIBase
Buffer que contiene los datos de una escena.
Fields inherited from class es.gva.cit.jmrsid.JNIBase |
cPtr |
Constructor Summary |
LTISceneBuffer(LTIPixel pixel,
int totalNumCols,
int totalNumRows,
boolean flag)
Constructor |
LTISceneBuffer(LTIPixel pixel,
int totalNumCols,
int totalNumRows,
int colOffset,
int rowOffset,
int windowNumCols,
int windowNumRows,
boolean flag)
Constructor |
Method Summary |
void |
finalize()
Destructor |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public int size
buf1
public byte[] buf1
buf2
public byte[] buf2
buf3
public byte[] buf3
cPtrbuffer
public long cPtrbuffer
flag
public boolean flag
LTISceneBuffer
public LTISceneBuffer(LTIPixel pixel,
int totalNumCols,
int totalNumRows,
boolean flag)
throws MrSIDException
- Constructor
- Parameters:
pixel
- propiedades del pixel que serán usadas en el buffertotalNumCols
- ancho del buffertotalNumRows
- alto del bufferflag
- Pone a null el puntero de datos si es false y llena el buffer si es true
- Throws:
MrSIDException
LTISceneBuffer
public LTISceneBuffer(LTIPixel pixel,
int totalNumCols,
int totalNumRows,
int colOffset,
int rowOffset,
int windowNumCols,
int windowNumRows,
boolean flag)
throws MrSIDException
- Constructor
- Parameters:
pixel
- propiedades del pixel que serán usadas en el buffertotalNumCols
- ancho del buffertotalNumRows
- alto del buffercolOffset
- posición X de la ventanarowOffset
- posición Y de la ventanawindowNumCols
- Ancho de la ventanawindowNumRows
- Alto de la ventanaflag
- Pone a null el puntero de datos si es false y llena el buffer si es true
- Throws:
MrSIDException
finalize
public void finalize()
- Destructor