es.gva.cit.jmrsid
Class LTIPixel

java.lang.Object
  extended byes.gva.cit.jmrsid.JNIBase
      extended byes.gva.cit.jmrsid.LTIPixel

public class LTIPixel
extends JNIBase

Propiedades básicas de un pixel.


Field Summary
 
Fields inherited from class es.gva.cit.jmrsid.JNIBase
cPtr
 
Constructor Summary
LTIPixel()
           
LTIPixel(int eColorSpace, int nBands, int eSampleType)
          Constructor
LTIPixel(long cPtr)
          Constructor a partir de su identificador de C.
 
Method Summary
protected  void finalize()
          Destructor
 
Methods inherited from class es.gva.cit.jmrsid.JNIBase
baseSimpleFunction, getPtr
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LTIPixel

public LTIPixel()

LTIPixel

public LTIPixel(long cPtr)
Constructor a partir de su identificador de C.

Parameters:
cPtr - puntero al objeto creado en C.

LTIPixel

public LTIPixel(int eColorSpace,
                int nBands,
                int eSampleType)
         throws MrSIDException
Constructor

Parameters:
eColorSpace - Espacio de color
nBands - Número de bandas
eSampleType -
Method Detail

finalize

protected void finalize()
Destructor