|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.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(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 |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GridDirectoryList(String gridSource) throws McIDASException
gridSource
- ADDE URL to read from as a String
McIDASException
- if file cannot be openedpublic GridDirectoryList(URL url) throws McIDASException
url
- - the URL to go after
McIDASException
- if file cannot be openedMethod Detail |
---|
public ArrayList getDirs() throws McIDASException
AreaFileException
- if there was a problem
reading the directory
McIDASException
public String toString()
toString
in class Object
public static void main(String[] args) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |