|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.wisc.ssec.mcidas.GridDirectoryList
public class GridDirectoryList
GridDirectoryList interface for McIDAS 'grids'. Provides access to a list of one or more GridDirectoy objects.
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
java.util.ArrayList |
getDirs()
returns the directory blocks for the requested grids. |
static void |
main(java.lang.String[] args)
|
java.lang.String |
toString()
Prints out a formatted listing of the directory info |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridDirectoryList(java.lang.String gridSource)
throws McIDASException
gridSource - ADDE URL to read from as a String
McIDASException - if file cannot be opened
public GridDirectoryList(java.net.URL url)
throws McIDASException
URL - - the URL to go after
McIDASException - if file cannot be opened| Method Detail |
|---|
public java.util.ArrayList getDirs()
throws McIDASException
AreaFileException - if there was a problem
reading the directory
McIDASExceptionpublic java.lang.String toString()
toString in class java.lang.Object
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||