Package ucar.nc2.iosp.dmsp
Class DMSPHeader
- java.lang.Object
-
- ucar.nc2.iosp.dmsp.DMSPHeader
-
public class DMSPHeader extends Object
DMSP header parser User: edavis Date: Aug 6, 2004 Time: 3:38:11 PM
-
-
Constructor Summary
Constructors Constructor Description DMSPHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attribute
getDatasetIdAtt()
Attribute
getFileIdAtt()
int
getNumDataRecords()
Dimension
getNumDataRecordsDim()
int
getNumHeaderRecords()
Dimension
getNumSamplesPerBandDim()
Attribute
getProcessingDateAtt()
Attribute
getProcessingSystemAtt()
int
getRecordSizeInBytes()
Attribute
getStartDateAtt()
Attribute
getSuborbitHistoryAtt()
protected String
headerInfoDump()
Return a string containing the header name/value pairs.String
toString()
Return the header information for this file as a String.
-
-
-
Method Detail
-
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 String headerInfoDump()
Return a string containing the header name/value pairs.- Returns:
- a string of the file header name/value pairs.
-
-