|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.output.hdf5.DataProducts
public class DataProducts
Creates the Data_Products (/Data_Products) area of the HDF data structure in the HDF/RDR file, once created
this class has a factory method for creating specific RDRProduct
instances.
Field Summary | |
---|---|
private int |
dataProductGroup
|
private int |
hdfFile
|
Constructor Summary | |
---|---|
DataProducts(int hdfFile)
Create the /Data_Products area of the HDF/RDR file. |
Method Summary | |
---|---|
void |
close()
Close the HDF /Data_Products group handle |
RDRProduct |
createRDRProduct(RDRName rdrName,
Sensor sensor,
Collection collection,
FixedDomainDescription processingDomain)
Factory method for making RDRProduct instances once the /Data_Products area has been created. |
int |
getDataProductsHandle()
Return the /Data_Products HDF handle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int hdfFile
private int dataProductGroup
Constructor Detail |
---|
public DataProducts(int hdfFile) throws RtStpsException
hdfFile
- the input handle for the HDF file
RtStpsException
- wraps any HDF library exceptionsMethod Detail |
---|
public RDRProduct createRDRProduct(RDRName rdrName, Sensor sensor, Collection collection, FixedDomainDescription processingDomain) throws RtStpsException
rdrName
- the RDR namesensor
- the sensorcollection
- the collectionprocessingDomain
- the processing domain (DRL)
RtStpsException
- wraps any HDF library exceptionspublic int getDataProductsHandle()
int
public void close() throws RtStpsException
RtStpsException
- wraps any HDF library exceptions
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |