public class DMSPHeader extends Object
| Constructor and Description |
|---|
DMSPHeader() |
| Modifier and Type | Method and Description |
|---|---|
ucar.nc2.Attribute |
getDatasetIdAtt() |
ucar.nc2.Attribute |
getFileIdAtt() |
int |
getNumDataRecords() |
ucar.nc2.Dimension |
getNumDataRecordsDim() |
int |
getNumHeaderRecords() |
ucar.nc2.Dimension |
getNumSamplesPerBandDim() |
ucar.nc2.Attribute |
getProcessingDateAtt() |
ucar.nc2.Attribute |
getProcessingSystemAtt() |
int |
getRecordSizeInBytes() |
ucar.nc2.Attribute |
getStartDateAtt() |
ucar.nc2.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.
|
public ucar.nc2.Attribute getFileIdAtt()
public ucar.nc2.Attribute getDatasetIdAtt()
public int getNumHeaderRecords()
public int getNumDataRecords()
public ucar.nc2.Dimension getNumDataRecordsDim()
public ucar.nc2.Dimension getNumSamplesPerBandDim()
public int getRecordSizeInBytes()
public ucar.nc2.Attribute getSuborbitHistoryAtt()
public ucar.nc2.Attribute getProcessingSystemAtt()
public ucar.nc2.Attribute getProcessingDateAtt()
public ucar.nc2.Attribute getStartDateAtt()
protected String headerInfoDump()