|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.mcidas.McIDASGridReader
public class McIDASGridReader
Read grid(s) from a McIDAS grid file
Constructor Summary | |
---|---|
McIDASGridReader()
|
Method Summary | |
---|---|
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[] a)
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 java.util.ArrayList getGridData(java.lang.String filename)
public java.util.ArrayList getGrid(int index)
public java.util.ArrayList getGridHeaders()
public static void main(java.lang.String[] a)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |