it.geosolutions.imageio.matfile5
Class Utils

Object
  extended by Utils

public class Utils
extends Object


Method Summary
static int getDatatype(MLArray array)
           
static int getMatDatatype(MLArray array)
          Return the Matlab Array type (class) for the provided Matlab Array
static String getString(MatFileReader reader, String element)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static String getString(MatFileReader reader,
                               String element)

getDatatype

public static int getDatatype(MLArray array)

getMatDatatype

public static int getMatDatatype(MLArray array)
Return the Matlab Array type (class) for the provided Matlab Array

Parameters:
array - the input array to be checked
Returns:
an int specifying the proper MLArray.mxXXX_CLASS


Copyright © 2006-2010 GeoSolutions. All Rights Reserved.