gov.nasa.gsfc.drl.rtstps.core.output.hdf5
Class CommonDataSetObject

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.core.output.hdf5.CommonDataSetObject
Direct Known Subclasses:
Aggregate, Granule

public abstract class CommonDataSetObject
extends java.lang.Object

A common root class for Granule and Aggregate as the both exist in the Data_Product area without any good way to differentiate them ... mainly for the Iterators here.


Constructor Summary
CommonDataSetObject()
           
 
Method Summary
abstract  void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonDataSetObject

public CommonDataSetObject()
Method Detail

close

public abstract void close()
                    throws RtStpsException
Throws:
RtStpsException