|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.wisc.ssec.mcidas.AreaDirectoryList
public class AreaDirectoryList
AreaDirectoryList interface for McIDAS 'area' file format image data. Provides access to a list of one or more AreaDirectoy objects.
Constructor Summary | |
---|---|
AreaDirectoryList(String imageSource)
creates an AreaDirectory object that allows reading of McIDAS 'area' file format image data. |
|
AreaDirectoryList(URL url)
creates an AreaDirectory object that allows reading of the directory of McIDAS 'area' files from a URL |
Method Summary | |
---|---|
ArrayList |
getDirs()
returns the directory blocks for the requested images. |
AreaDirectory[][] |
getSortedDirs()
returns the directory blocks for the requested images, sorted into an array of AreaDirectories by time and then bands as the second dimenison, if multiple directories with the same ADDE position number are returned. |
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 AreaDirectoryList(String imageSource) throws AreaFileException
imageSource
- the file name or ADDE URL to read from
AreaFileException
- if file cannot be openedpublic AreaDirectoryList(URL url) throws AreaFileException
url
- - the URL to go after
AreaFileException
- if file cannot be openedMethod Detail |
---|
public AreaDirectory[][] getSortedDirs() throws AreaFileException
AreaFileException
public ArrayList getDirs() throws AreaFileException
AreaFileException
- if there was a problem
reading the directorypublic 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 |