visad.data.hdfeos
Class EosStruct

java.lang.Object
  extended by visad.data.hdfeos.EosStruct
Direct Known Subclasses:
EosGrid, EosSwath

public abstract class EosStruct
extends Object


Constructor Summary
EosStruct()
           
 
Method Summary
 int getStructId()
           
 void readData(String f_name, int[] start, int[] stride, int[] edge, int num_type, visad.data.hdfeos.Calibration cal, float[] f_data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EosStruct

public EosStruct()
Method Detail

getStructId

public int getStructId()

readData

public void readData(String f_name,
                     int[] start,
                     int[] stride,
                     int[] edge,
                     int num_type,
                     visad.data.hdfeos.Calibration cal,
                     float[] f_data)
              throws HdfeosException
Throws:
HdfeosException