ucar.nc2.iosp.dmsp
Class DMSPHeader
java.lang.Object
ucar.nc2.iosp.dmsp.DMSPHeader
public class DMSPHeader
- extends java.lang.Object
A description
User: edavis
Date: Aug 6, 2004
Time: 3:38:11 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DMSPHeader
public DMSPHeader()
getFileIdAtt
public Attribute getFileIdAtt()
getDatasetIdAtt
public Attribute getDatasetIdAtt()
getNumHeaderRecords
public int getNumHeaderRecords()
getNumDataRecords
public int getNumDataRecords()
getNumDataRecordsDim
public Dimension getNumDataRecordsDim()
getNumSamplesPerBandDim
public Dimension getNumSamplesPerBandDim()
getRecordSizeInBytes
public int getRecordSizeInBytes()
getSuborbitHistoryAtt
public Attribute getSuborbitHistoryAtt()
getProcessingSystemAtt
public Attribute getProcessingSystemAtt()
getProcessingDateAtt
public Attribute getProcessingDateAtt()
getStartDateAtt
public Attribute getStartDateAtt()
headerInfoDump
protected java.lang.String headerInfoDump()
- Return a string containing the header name/value pairs.
- Returns:
- a string of the file header name/value pairs.
toString
public java.lang.String toString()
- Return the header information for this file as a String.
- Overrides:
toString in class java.lang.Object
- Returns:
- the string form (NGDC DMSP archive format) of the header information.