Class AxformInfo

java.lang.Object
edu.wisc.ssec.mcidasv.data.HeaderInfo
edu.wisc.ssec.mcidasv.data.AxformInfo

public class AxformInfo extends HeaderInfo
Representation of an AXFORM header file.
  • Field Details

  • Constructor Details

    • AxformInfo

      public AxformInfo()
      Ctor for xml encoding
    • AxformInfo

      public AxformInfo(File thisFile)
      CTOR
      Parameters:
      thisFile - File to use. Cannot be null.
    • AxformInfo

      public AxformInfo(String filename)
      CTOR
      Parameters:
      filename - The filename
  • Method Details

    • isAxformInfoHeader

      public boolean isAxformInfoHeader()
      Is the file an AXFORM header file?
      Returns:
      Whether or not the file is a valid AXFORM header file.
    • getLatBandNum

      public int getLatBandNum()
      Which band number is latitude?
      Returns:
      Always returns 1 for this class.
    • getLatBandFile

      Get the latitude grid file.
      Returns:
      Either the latitude grid file or an empty String.
    • getLonBandNum

      public int getLonBandNum()
      Which band number is longitude?
      Returns:
      Always returns 1 for this class.
    • getLonBandFile

      Get the longitude grid file.
      Returns:
      Either the longitude grid file or an empty String.
    • parseHeader

      protected void parseHeader()
      Parse a potential AXFORM header file.
      Overrides:
      parseHeader in class HeaderInfo