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 ucar.nc2.AttributegetDatasetIdAtt()ucar.nc2.AttributegetFileIdAtt()intgetNumDataRecords()ucar.nc2.DimensiongetNumDataRecordsDim()intgetNumHeaderRecords()ucar.nc2.DimensiongetNumSamplesPerBandDim()ucar.nc2.AttributegetProcessingDateAtt()ucar.nc2.AttributegetProcessingSystemAtt()intgetRecordSizeInBytes()ucar.nc2.AttributegetStartDateAtt()ucar.nc2.AttributegetSuborbitHistoryAtt()protected StringheaderInfoDump()Return a string containing the header name/value pairs.StringtoString()Return the header information for this file as a String.
-
-
-
Method Detail
-
getFileIdAtt
public ucar.nc2.Attribute getFileIdAtt()
-
getDatasetIdAtt
public ucar.nc2.Attribute getDatasetIdAtt()
-
getNumHeaderRecords
public int getNumHeaderRecords()
-
getNumDataRecords
public int getNumDataRecords()
-
getNumDataRecordsDim
public ucar.nc2.Dimension getNumDataRecordsDim()
-
getNumSamplesPerBandDim
public ucar.nc2.Dimension getNumSamplesPerBandDim()
-
getRecordSizeInBytes
public int getRecordSizeInBytes()
-
getSuborbitHistoryAtt
public ucar.nc2.Attribute getSuborbitHistoryAtt()
-
getProcessingSystemAtt
public ucar.nc2.Attribute getProcessingSystemAtt()
-
getProcessingDateAtt
public ucar.nc2.Attribute getProcessingDateAtt()
-
getStartDateAtt
public ucar.nc2.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.
-
-