public class GridDirectoryList
extends java.lang.Object
| Constructor and Description |
|---|
GridDirectoryList(java.lang.String gridSource)
Creates an GridDirectory object that allows reading
of McIDAS 'grids' from an ADDE server
|
GridDirectoryList(java.net.URL url)
creates an GridDirectory object that allows reading
of the directory of McIDAS 'grid' files from a URL
|
public GridDirectoryList(java.lang.String gridSource)
throws McIDASException
gridSource - ADDE URL to read from as a StringMcIDASException - if file cannot be openedpublic GridDirectoryList(java.net.URL url)
throws McIDASException
url - - the URL to go afterMcIDASException - if file cannot be openedpublic java.util.ArrayList getDirs()
throws McIDASException
AreaFileException - if there was a problem
reading the directoryMcIDASExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception