|
|||||||||
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.AllData
public class AllData
Build the AllData portion of the RDR HDF file structure. The HDF file handle is passed into the class and it assumed that it was opened or created in another location. Once successfully created, the object may be used to create the RDR All area as well.
Field Summary | |
---|---|
private int |
allDataGroup
|
private int |
hdfFile
|
Constructor Summary | |
---|---|
AllData(int hdfFile)
Constructor for AllData structure in the RDR uses the HDF handle as an argument to the HDF file of interest. |
Method Summary | |
---|---|
void |
close()
Close the HDF All_Data group. |
RDRAll |
createRDRAll(RDRName rdrName)
Create an RDR_All group in /All_Data for the named RDR. |
int |
getAllDataGroupHandle()
Return the HDF group handle for the All_Data group |
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 allDataGroup
Constructor Detail |
---|
public AllData(int hdfFile) throws RtStpsException
hdfFile
- a handle to an HDF file of interest
RtStpsException
- Wraps any HDF library exceptions in an RtStpsExceptionMethod Detail |
---|
public RDRAll createRDRAll(RDRName rdrName) throws RtStpsException
rdrName
- the name of an RDR such as VIIRS-SCIENCE-RDR, specified using the list of supported RDRs in the RDRName enumeration
RtStpsException
- Wraps any HDF library exceptions in an RtStpsExceptionpublic int getAllDataGroupHandle()
public void close() throws RtStpsException
RtStpsException
- Wraps any HDF library exceptions in an RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |