Uses of Class
edu.wisc.ssec.mcidas.adde.AddeURLException

Packages that use AddeURLException
edu.wisc.ssec.mcidas   
edu.wisc.ssec.mcidas.adde   
 

Uses of AddeURLException in edu.wisc.ssec.mcidas
 

Methods in edu.wisc.ssec.mcidas that throw AddeURLException
static AreaFile AreaFileFactory.getAreaFileInstance(String src)
          Create an initialized AreaFile instance.
static AreaFile AreaFileFactory.getAreaFileInstance(String src)
          Create an initialized AreaFile instance.
static AreaFile AreaFileFactory.getAreaFileInstance(URL url)
          Create an initialized AreaFile instance.
static AreaFile AreaFileFactory.getAreaFileInstance(URL url)
          Create an initialized AreaFile instance.
 

Uses of AddeURLException in edu.wisc.ssec.mcidas.adde
 

Methods in edu.wisc.ssec.mcidas.adde that throw AddeURLException
 void AddeURLConnection.connect()
          Establishes an ADDE connection using the URL passed to the constructor.
 void AddeURLConnection.connect()
          Establishes an ADDE connection using the URL passed to the constructor.
 char[] DataSetInfo.getData()
          Return the data sent by the server
 char[] DataSetInfo.getData()
          Return the data sent by the server
 Hashtable DataSetInfo.getDescriptionTable()
          Return a hashtable of descriptive names and ADDE dataset descriptors Descriptive names are the keys.
 Hashtable DataSetInfo.getDescriptionTable()
          Return a hashtable of descriptive names and ADDE dataset descriptors Descriptive names are the keys.
 String[] DataSetInfo.getDescriptors()
          Return a sorted list of the dataset descriptors
 String[] DataSetInfo.getDescriptors()
          Return a sorted list of the dataset descriptors
 ArrayList AddeGridReader.getGridData(String request)
          creates an ArrayList of arrays of data, plus an ArrayList of grid headers (McIDASGridDirectories) which are then available using the getGridHeaders() method.
 ArrayList AddeGridReader.getGridData(String request)
          creates an ArrayList of arrays of data, plus an ArrayList of grid headers (McIDASGridDirectories) which are then available using the getGridHeaders() method.
 ArrayList AddeGridReader.getGridDirectory(String request)
          creates an ArrayList of McIDASGridDirectories
 ArrayList AddeGridReader.getGridDirectory(String request)
          creates an ArrayList of McIDASGridDirectories
 

Constructors in edu.wisc.ssec.mcidas.adde that throw AddeURLException
DataSetInfo(String request)
          creates a DataSetInfo object that allows reading
DataSetInfo(String request)
          creates a DataSetInfo object that allows reading