| Package | Description |
|---|---|
| edu.wisc.ssec.mcidas | |
| edu.wisc.ssec.mcidas.adde | |
| visad.data |
Provides for importing data to and exporting data from VisAD.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AreaFileFactory.copyAreaFile(java.lang.String source,
java.lang.String outputFile)
Copy an area file from one place to another
|
static void |
AreaFileFactory.copyAreaFile(java.lang.String source,
java.lang.String outputFile,
boolean verbose)
Copy an area file from one place to another
|
static AreaFile |
AreaFileFactory.getAreaFileInstance(java.lang.String src)
Create an initialized
AreaFile instance. |
static AreaFile |
AreaFileFactory.getAreaFileInstance(java.net.URL url)
Create an initialized
AreaFile instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
AddeURLConnection.connect()
Establishes an ADDE connection using the URL passed to the
constructor.
|
char[] |
DataSetInfo.getData()
Return the data sent by the server
|
java.util.Hashtable |
DataSetInfo.getDescriptionTable()
Return a hashtable of descriptive names and ADDE dataset descriptors
Descriptive names are the keys.
|
java.lang.String[] |
DataSetInfo.getDescriptors()
Return a sorted list of the dataset descriptors
|
java.util.ArrayList |
AddeGridReader.getGridData(java.lang.String request)
creates an ArrayList of arrays of data, plus an ArrayList
of grid headers (McIDASGridDirectories) which are then
available using the getGridHeaders() method.
|
java.util.ArrayList |
AddeGridReader.getGridDirectory(java.lang.String request)
creates an ArrayList of McIDASGridDirectories
|
| Constructor and Description |
|---|
DataSetInfo(java.lang.String request)
creates a DataSetInfo object that allows reading
|
| Modifier and Type | Method and Description |
|---|---|
protected int[][][] |
AreaImageAccessor.getAreaData() |