visad.data.fits
Class GenericArrayConverter

java.lang.Object
  extended by visad.data.fits.GenericArrayConverter

public abstract class GenericArrayConverter
extends Object


Constructor Summary
GenericArrayConverter(Class type, int[] lengths)
           
 
Method Summary
 Object getColumnMajor(double[][] values)
           
 Object getRowMajor(double[][] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericArrayConverter

public GenericArrayConverter(Class type,
                             int[] lengths)
Method Detail

getRowMajor

public Object getRowMajor(double[][] values)

getColumnMajor

public Object getColumnMajor(double[][] values)