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