ucar.nc2.iosp.dmsp
Class DMSPHeader

java.lang.Object
  extended by ucar.nc2.iosp.dmsp.DMSPHeader

public class DMSPHeader
extends Object

A description

User: edavis Date: Aug 6, 2004 Time: 3:38:11 PM


Constructor Summary
DMSPHeader()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DMSPHeader

public DMSPHeader()
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.

toString

public String toString()
Return the header information for this file as a String.

Overrides:
toString in class Object
Returns:
the string form (NGDC DMSP archive format) of the header information.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.