|
|||||||||
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.LTIMetadataRecord
Representa una entrada de LTIMetadataDatabase correspondiente a un metadato
Field Summary | |
static int |
LTI_METADATA_DATATYPE_FLOAT
|
static int |
LTI_METADATA_DATATYPE_INT
|
static int |
LTI_METADATA_DATATYPE_STRING
|
Fields inherited from class es.gva.cit.jmrsid.JNIBase |
cPtr |
Constructor Summary | |
LTIMetadataRecord()
|
|
LTIMetadataRecord(long cPtr)
Constructor |
Method Summary | |
protected void |
finalize()
Destructor |
java.lang.String[] |
getArrayData()
Obtiene el valor del metadato de tipo array en forma de vector de strings. |
int |
getDataType()
Obtiene el tipo de datos |
int[] |
getDims()
Obtiene la longitud de cada dimensión del dataset |
int |
getNumDims()
Devuelve el número de dimensiones del dataset |
java.lang.String |
getScalarData()
Obtiene el valor de un datos escalar en forma de String. |
java.lang.String |
getTagName()
Obtiene el nombre de la entrada |
java.lang.String[] |
getVectorData()
Obtiene el valor del metadato de tipo vector en forma de vector de strings |
boolean |
isArray()
Dice si el metadato es array o no. |
boolean |
isScalar()
Dice si el metadato es escalar o no. |
boolean |
isVector()
Dice si el metadato es vector o no. |
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 |
Field Detail |
public static final int LTI_METADATA_DATATYPE_INT
public static final int LTI_METADATA_DATATYPE_FLOAT
public static final int LTI_METADATA_DATATYPE_STRING
Constructor Detail |
public LTIMetadataRecord()
public LTIMetadataRecord(long cPtr)
Method Detail |
protected void finalize()
public java.lang.String getTagName() throws MrSIDException
MrSIDException
public boolean isScalar() throws MrSIDException
MrSIDException
public boolean isVector() throws MrSIDException
MrSIDException
public boolean isArray() throws MrSIDException
MrSIDException
public int getDataType() throws MrSIDException
MrSIDException
public java.lang.String getScalarData() throws MrSIDException
MrSIDException
public java.lang.String[] getVectorData() throws MrSIDException
MrSIDException
public java.lang.String[] getArrayData() throws MrSIDException
MrSIDException
public int getNumDims() throws MrSIDException
MrSIDException
public int[] getDims() throws MrSIDException
MrSIDException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |