ucar.nc2.iosp.hdf4
Class H4header

java.lang.Object
  extended by ucar.nc2.iosp.hdf4.H4header

public class H4header
extends Object

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
Author:
caron

Nested Class Summary
 class H4header.Tag
           
 
Constructor Summary
H4header()
           
 
Method Summary
 void getEosInfo(Formatter f)
           
 List<H4header.Tag> getTags()
           
static void main(String[] args)
           
static void setDebugFlags(DebugFlags debugFlag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

H4header

public H4header()
Method Detail

setDebugFlags

public static void setDebugFlags(DebugFlags debugFlag)

getEosInfo

public void getEosInfo(Formatter f)
                throws IOException
Throws:
IOException

getTags

public List<H4header.Tag> getTags()

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.