|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.ZebraAsciiMapAdapter
public class ZebraAsciiMapAdapter
VisAD Adapter for Zebra ASCII map files
| Constructor Summary | |
|---|---|
ZebraAsciiMapAdapter(InputStream is)
Construct the adapter from an input stream |
|
ZebraAsciiMapAdapter(String filename)
Construct the adapter from the filename specification. |
|
ZebraAsciiMapAdapter(URL url)
Construct the adapter from the URL location |
|
| Method Summary | |
|---|---|
UnionSet |
getData()
Get the Data object. |
static void |
main(String[] args)
Test by running java ucar.visad.ZebraAsciiMapAdapter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZebraAsciiMapAdapter(String filename)
throws IOException,
VisADException
filename - path to file
VisADException - couldn't create the data object
IOException - problem reading in file
public ZebraAsciiMapAdapter(URL url)
throws IOException,
VisADException
url - URL path to file
VisADException - couldn't create the data object
IOException - problem reading in file
public ZebraAsciiMapAdapter(InputStream is)
throws IOException,
VisADException
is - InputStream for the data
VisADException - couldn't create the data object
IOException - problem reading in file| Method Detail |
|---|
public UnionSet getData()
throws VisADException
VisADException - can't create the VisAD data objects
public static void main(String[] args)
throws Exception
args - mapfile locations (filenames
Exception - if there is a problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||