|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.data.mcidas.McIDASGridReader
public class McIDASGridReader
Read grid(s) from a McIDAS grid file
Constructor Summary | |
---|---|
McIDASGridReader()
|
Method Summary | |
---|---|
ArrayList |
getGrid(int index)
to get some grid, by index value, other than the first one |
ArrayList |
getGridData(String filename)
read the first grid from the named file |
ArrayList |
getGridHeaders()
to get the grid header corresponding to the last grid read |
static void |
main(String[] args)
for testing purposes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public McIDASGridReader()
Method Detail |
---|
public ArrayList getGridData(String filename)
public ArrayList getGrid(int index)
public ArrayList getGridHeaders()
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |