es.gva.cit.jmrsid
Class LTIUtils

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

public class LTIUtils
extends JNIBase

Utilidades


Field Summary
 
Fields inherited from class es.gva.cit.jmrsid.JNIBase
cPtr
 
Constructor Summary
LTIUtils()
           
LTIUtils(long cPtr)
          Constructor
 
Method Summary
protected  void finalize()
          Destructor
static double levelToMag(int level)
          Convierte un valor de nivel en valor de ampliación
 
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

LTIUtils

public LTIUtils()

LTIUtils

public LTIUtils(long cPtr)
Constructor

Parameters:
cPtr - dirección de memoria al objeto OGRCurve de C.
Method Detail

finalize

protected void finalize()
Destructor


levelToMag

public static double levelToMag(int level)
                         throws MrSIDException
Convierte un valor de nivel en valor de ampliación

Parameters:
level - el valor de nivel a convertir
Returns:
valor de ampliación
Throws:
MrSIDException