visad.data.mcidas
Class McIDASGridReader
- java.lang.Object
-
- visad.data.mcidas.McIDASGridReader
-
public class McIDASGridReader extends java.lang.ObjectRead 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.ArrayListgetGrid(int index)to get some grid, by index value, other than the first onejava.util.ArrayListgetGridData(java.lang.String filename)read the first grid from the named filejava.util.ArrayListgetGridHeaders()to get the grid header corresponding to the last grid readstatic voidmain(java.lang.String[] args)for testing purposes
-
-
-
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