Class DMSPHeader


  • public class DMSPHeader
    extends Object
    DMSP header parser

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

    • 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.