Package ucar.nc2.internal.iosp.hdf4
Interface HdfHeaderIF
-
- All Known Implementing Classes:
H4header
,H5headerNew
public interface HdfHeaderIF
Interface for HDF5 and HDF4 headers, needed by HdfEos.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Group.Builder
getRootGroup()
void
makeVinfoForDimensionMapVariable(Group.Builder parent, Variable.Builder<?> v)
String
readStructMetadata(Variable.Builder<?> structMetadataVar)
-
-
-
Method Detail
-
getRootGroup
Group.Builder getRootGroup()
-
makeVinfoForDimensionMapVariable
void makeVinfoForDimensionMapVariable(Group.Builder parent, Variable.Builder<?> v)
-
readStructMetadata
String readStructMetadata(Variable.Builder<?> structMetadataVar) throws IOException
- Throws:
IOException
-
-