|
||||||||||
| 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.McIDASImageDataSource
public class McIDASImageDataSource
A data source for ADDE images AREA files. 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 |
|---|
DATAPATH_DATE_FORMAT, DATAPATH_DATE_PATTERN, 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 | |
|---|---|
McIDASImageDataSource()
The parameterless ctor unpersisting. |
|
McIDASImageDataSource(DataSourceDescriptor descriptor,
ArrayList images,
Hashtable properties)
Create a new McIDASImageDataSource with list of AREA files. |
|
McIDASImageDataSource(DataSourceDescriptor descriptor,
ImageDataset ids,
Hashtable properties)
Create a new McIDASImageDataSource with a ImageDataset |
|
McIDASImageDataSource(DataSourceDescriptor descriptor,
String[] images,
Hashtable properties)
Create a new McIDASImageDataSource with array of AREA files. |
|
McIDASImageDataSource(DataSourceDescriptor descriptor,
String image,
Hashtable properties)
Create a new McIDASImageDataSource with a single AREA file. |
|
| Method Summary | |
|---|---|
String |
getDataName()
Get the name for the main data object |
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, getReceiveShareTime, getSharablePropertiesComponent, getShareGroup, getSharing, getUniqueId, initSharable, receiveShareData, removeSharable, setReceiveShareTime, 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 McIDASImageDataSource()
public McIDASImageDataSource(DataSourceDescriptor descriptor,
String image,
Hashtable properties)
descriptor - The descriptor for this data source.image - AREA fileproperties - The properties for this data source.
public McIDASImageDataSource(DataSourceDescriptor descriptor,
ArrayList images,
Hashtable properties)
descriptor - The descriptor for this data source.images - List of AREA filesproperties - The properties for this data source.
public McIDASImageDataSource(DataSourceDescriptor descriptor,
String[] images,
Hashtable properties)
descriptor - The descriptor for this data source.images - Array of AREA filesproperties - The properties for this data source.
public McIDASImageDataSource(DataSourceDescriptor descriptor,
ImageDataset ids,
Hashtable properties)
ImageDataset
descriptor - The descriptor for this data source.ids - The dataset.properties - The properties for this data source.| 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 | |||||||||