Package ucar.nc2.iosp.hdf4
Class H4header
- java.lang.Object
-
- ucar.nc2.iosp.NCheader
-
- ucar.nc2.iosp.hdf4.H4header
-
public class H4header extends NCheader
Read the tags of an HDF4 file, construct CDM objects. All page references are to "HDF Specification and Developers Guide" version 4.1r5, nov 2001.- Since:
- Jul 18, 2007
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
H4header.Tag
-
Field Summary
-
Fields inherited from class ucar.nc2.iosp.NCheader
CDF1HEAD, CDF2HEAD, CDF5HEAD, H4HEAD, H5HEAD, NC_FORMAT_64BIT, NC_FORMAT_64BIT_DATA, NC_FORMAT_64BIT_OFFSET, NC_FORMAT_CDF5, NC_FORMAT_CLASSIC, NC_FORMAT_HDF4, NC_FORMAT_HDF5, NC_FORMAT_NETCDF3, NC_FORMAT_NETCDF4
-
-
Constructor Summary
Constructors Constructor Description H4header()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getEosInfo(Formatter f)
List<H4header.Tag>
getTags()
boolean
isEos()
static void
setDebugFlags(DebugFlags debugFlag)
static void
useHdfEos(boolean val)
-
Methods inherited from class ucar.nc2.iosp.NCheader
checkFileType, formatName
-
-
-
-
Method Detail
-
setDebugFlags
public static void setDebugFlags(DebugFlags debugFlag)
-
useHdfEos
public static void useHdfEos(boolean val)
-
isEos
public boolean isEos()
-
getEosInfo
public void getEosInfo(Formatter f) throws IOException
- Throws:
IOException
-
getTags
public List<H4header.Tag> getTags()
-
-