| Package | Description | 
|---|---|
| ucar.unidata.data.imagery | 
 DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ImageDataset | 
ImageDataSource.makeImageDataset(java.lang.String[] addeURLs)
Make an ImageDataset from an array of ADDE URLs or AREA file names 
 | 
| Constructor and Description | 
|---|
AddeImageDataSource(DataSourceDescriptor descriptor,
                   ImageDataset ids,
                   java.util.Hashtable properties)
Create a new AddeImageDataSource with the given dataset. 
 | 
ImageDataSource(DataSourceDescriptor descriptor,
               ImageDataset ids,
               java.util.Hashtable properties)
Create a new ImageDataSource with the given  
ImageDataset. | 
McIDASImageDataSource(DataSourceDescriptor descriptor,
                     ImageDataset ids,
                     java.util.Hashtable properties)
Create a new McIDASImageDataSource with a  
ImageDataset |