Documentation of 'visad.data.mcidas.McIDASGridReader' Java class
McIDASGridReader
visad.data.mcidas

Class McIDASGridReader



  • public class McIDASGridReader
    extends java.lang.Object
    Read grid(s) from a McIDAS grid file
    • Constructor Summary

      Constructors 
      Constructor and Description
      McIDASGridReader() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.ArrayList getGrid(int index)
      to get some grid, by index value, other than the first one
      java.util.ArrayList getGridData(java.lang.String filename)
      read the first grid from the named file
      java.util.ArrayList getGridHeaders()
      to get the grid header corresponding to the last grid read
      static void main(java.lang.String[] args)
      for testing purposes
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • McIDASGridReader

        public McIDASGridReader()
    • Method Detail

      • getGridData

        public java.util.ArrayList getGridData(java.lang.String filename)
        read the first grid from the named file
        Returns:
        first grid
      • getGrid

        public java.util.ArrayList getGrid(int index)
        to get some grid, by index value, other than the first one
        Returns:
        ArrayList of the single grid
      • getGridHeaders

        public java.util.ArrayList getGridHeaders()
        to get the grid header corresponding to the last grid read
        Returns:
        McIDASGridDirectory of the last grid read
      • main

        public static void main(java.lang.String[] args)
        for testing purposes

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.