|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.gva.cit.jmrsid.JNIBase
es.gva.cit.jmrsid.LTIImage
Clase base que representa a una imágen.
Field Summary |
Fields inherited from class es.gva.cit.jmrsid.JNIBase |
cPtr |
Constructor Summary | |
LTIImage()
|
|
LTIImage(long cPtr)
Constructor |
Method Summary | |
protected void |
finalize()
Destructor |
LTIPixel |
getBackgroundPixel()
Obtiene el valor del fondo del pixel. |
int |
getColorSpace()
Obtiene el tipo de espacio de color usado en la imágen. |
int |
getDataType()
Obtiene el tipo de datos usado en la imágen. |
int[] |
getDimsAtMag(double mag)
Obtiene el ancho y alto de la imágen a partir de una valor de ampliación dado. |
LTIGeoCoord |
getGeoCoord()
Obtiene la información de georeferenciación de la imágen si la tiene. |
int |
getHeight()
Obtiene el alto de la imágen. |
LTIMetadataDatabase |
getMetadata()
Obtiene los metadatos de la imágen. |
LTIPixel |
getNoDataPixel()
Obtiene los valores de transparencia de un pixel. |
int |
getNumBands()
Obtiene el número de bandas. |
LTIPixel |
getPixelProps()
Obtiene las propiedades del pixel de la imágen. |
int |
getWidth()
Obtiene el ancho de la imágen. |
void |
initialize()
Inicializa el objeto imágen. |
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 |
public LTIImage()
public LTIImage(long cPtr)
cPtr
- dirección de memoria al objeto LTIImage de C.Method Detail |
protected void finalize()
public void initialize() throws MrSIDException
MrSIDException,
- IOException
MrSIDException
public LTIMetadataDatabase getMetadata() throws MrSIDException
MrSIDException,
- IOException
MrSIDException
public int getWidth() throws MrSIDException
MrSIDException
public int getHeight() throws MrSIDException
MrSIDException
public int getNumBands() throws MrSIDException
MrSIDException
public int getColorSpace() throws MrSIDException
MrSIDException
public int getDataType() throws MrSIDException
MrSIDException
public int[] getDimsAtMag(double mag) throws MrSIDException
MrSIDException
public LTIPixel getPixelProps() throws MrSIDException
MrSIDException
public LTIGeoCoord getGeoCoord() throws MrSIDException
MrSIDException
public LTIPixel getBackgroundPixel() throws MrSIDException
MrSIDException
public LTIPixel getNoDataPixel() throws MrSIDException
MrSIDException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |