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
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList |
getDirs()
returns the directory blocks for the requested grids.
|
static void |
main(String[] args) |
String |
toString()
Prints out a formatted listing of the directory info
|
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()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.