|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.collab.SharableImpl
ucar.unidata.data.DataSourceImpl
ucar.unidata.data.imagery.ImageDataSource
ucar.unidata.data.imagery.AddeImageDataSource
public class AddeImageDataSource
A data source for ADDE images. This is a thin wrapper (derived class) around the ImageDataSource which does all of the work.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.unidata.data.imagery.ImageDataSource |
|---|
ImageDataSource.ImageDataInfo |
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.data.imagery.ImageDataSource |
|---|
imageList, imageTimes, PROP_BANDINFO, PROP_IMAGETYPE, TYPE_RADAR, TYPE_SATELLITE |
| Fields inherited from class ucar.unidata.data.DataSourceImpl |
|---|
changeDataPathsCbx, dataCacheKey, dataChoices, geoSelectionPanel, haveBeenUnPersisted, okToContinue, PARAM_SHOW_HIDE, PARAM_SHOW_NO, PARAM_SHOW_YES |
| Fields inherited from interface ucar.unidata.data.DataSource |
|---|
MOST_RECENT, ordinalNames, PROP_AUTOCREATEDISPLAY, PROP_BASEDIRECTORY, PROP_CACHEABLE, PROP_DATACHOICENAME, PROP_DISPLAYPROPERTIES, PROP_DOCUMENTLINKS, PROP_FILEPATTERN, PROP_GEOLOCATION, PROP_ICON, PROP_NAME, PROP_POLLINFO, PROP_RESOLVERURL, PROP_SERVICE_HTTP, PROP_SUBPROPERTIES, PROP_TIMELABELS, PROP_TITLE |
| Constructor Summary | |
|---|---|
AddeImageDataSource()
The parameterless ctor unpersisting. |
|
AddeImageDataSource(DataSourceDescriptor descriptor,
ImageDataset ids,
Hashtable properties)
Create a new AddeImageDataSource with the given dataset. |
|
AddeImageDataSource(DataSourceDescriptor descriptor,
List images,
Hashtable properties)
Create a new AddeImageDataSource with an array (String) image ADDE urls. |
|
AddeImageDataSource(DataSourceDescriptor descriptor,
String[] images,
Hashtable properties)
Create a new AddeImageDataSource with an array (String) image ADDE urls. |
|
AddeImageDataSource(DataSourceDescriptor descriptor,
String image,
Hashtable properties)
Create a new AddeImageDataSource with an a single image ADDE url. |
|
| Method Summary | |
|---|---|
String |
getDataName()
Get the name for this data. |
String |
getImageDataSourceName()
Overwrite base class method to return the name of this class. |
| Methods inherited from class ucar.unidata.collab.SharableImpl |
|---|
applySharableProperties, doShare, doShare, doShareExternal, doShareInternal, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, receiveShareData, removeSharable, setShareGroup, setSharing, setUniqueId, showSharableDialog |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ucar.unidata.data.DataSource |
|---|
getUniqueId |
| Constructor Detail |
|---|
public AddeImageDataSource()
public AddeImageDataSource(DataSourceDescriptor descriptor,
String image,
Hashtable properties)
throws VisADException
descriptor - The descriptor for this data source.image - ADDE Urlproperties - The properties for this data source.
VisADException
public AddeImageDataSource(DataSourceDescriptor descriptor,
String[] images,
Hashtable properties)
throws VisADException
descriptor - The descriptor for this data source.images - Array of ADDE urls.properties - The properties for this data source.
VisADException
public AddeImageDataSource(DataSourceDescriptor descriptor,
List images,
Hashtable properties)
throws VisADException
descriptor - The descriptor for this data source.images - Array of ADDE urls.properties - The properties for this data source.
VisADException
public AddeImageDataSource(DataSourceDescriptor descriptor,
ImageDataset ids,
Hashtable properties)
throws VisADException
descriptor - The descriptor for this data source.ids - The dataset.properties - The properties for this data source.
VisADException| Method Detail |
|---|
public String getImageDataSourceName()
getImageDataSourceName in class ImageDataSourcepublic String getDataName()
getDataName in class ImageDataSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||