public class DMSPHeader
extends java.lang.Object
Constructor and Description |
---|
DMSPHeader() |
Modifier and Type | Method and Description |
---|---|
Attribute |
getDatasetIdAtt() |
Attribute |
getFileIdAtt() |
int |
getNumDataRecords() |
Dimension |
getNumDataRecordsDim() |
int |
getNumHeaderRecords() |
Dimension |
getNumSamplesPerBandDim() |
Attribute |
getProcessingDateAtt() |
Attribute |
getProcessingSystemAtt() |
int |
getRecordSizeInBytes() |
Attribute |
getStartDateAtt() |
Attribute |
getSuborbitHistoryAtt() |
protected java.lang.String |
headerInfoDump()
Return a string containing the header name/value pairs.
|
java.lang.String |
toString()
Return the header information for this file as a String.
|
public Attribute getFileIdAtt()
public Attribute getDatasetIdAtt()
public int getNumHeaderRecords()
public int getNumDataRecords()
public Dimension getNumDataRecordsDim()
public Dimension getNumSamplesPerBandDim()
public int getRecordSizeInBytes()
public Attribute getSuborbitHistoryAtt()
public Attribute getProcessingSystemAtt()
public Attribute getProcessingDateAtt()
public Attribute getStartDateAtt()
protected java.lang.String headerInfoDump()
public java.lang.String toString()
toString
in class java.lang.Object