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

java.lang.Object
  extended by gov.nasa.gsfc.drl.rtstps.core.output.hdf5.RawApplicationPacketsFactory

public class RawApplicationPacketsFactory
extends java.lang.Object

Factory style class to build specific RawAppPackets classes such as VIIRSRawApplicationPackets. At this time this class is only used by Granule when it dereferences to the RawApplicationPacket associated with it.


Constructor Summary
RawApplicationPacketsFactory()
           
 
Method Summary
static RawApplicationPackets make(int rawAppsId, RDRName rdrName, int granuleNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawApplicationPacketsFactory

public RawApplicationPacketsFactory()
Method Detail

make

public static RawApplicationPackets make(int rawAppsId,
                                         RDRName rdrName,
                                         int granuleNumber)
                                  throws RtStpsException
Throws:
RtStpsException