|
||||||||||
| 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.FilesDataSource
ucar.unidata.data.radar.RadarDataSource
ucar.unidata.data.radar.NetcdfRadarDataSource
public class NetcdfRadarDataSource
A data source for DORADE radar data
| Field Summary |
|---|
| Fields inherited from class ucar.unidata.data.radar.RadarDataSource |
|---|
CATEGORY_CAPPI, CATEGORY_ISOSURFACE, CATEGORY_ISOSURFACE_TIME, CATEGORY_RASTER_2D, CATEGORY_RASTER_2D_TIME, CATEGORY_RHI, CATEGORY_SWEEP_2D, CATEGORY_SWEEP_2D_TIME, CATEGORY_SWEEP_3D, CATEGORY_SWEEP_3D_TIME, CATEGORY_TH, CATEGORY_VCS, CATEGORY_VOLUME, CATEGORY_VWP |
| Fields inherited from class ucar.unidata.data.FilesDataSource |
|---|
adapters, oldSourceFromBundles, sources |
| 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.radar.RadarConstants |
|---|
AZIMUTH, ELEVATION_ANGLE, PROP_2DOR3D, PROP_ANGLE, PROP_ANGLES, PROP_AZIMUTH, PROP_CAPPI_LEVEL, PROP_CAPPI_LEVELS, PROP_TIMEHEIGHT, PROP_VCS, PROP_VOLUMEORSWEEP, PROP_VWP, RADAR_MOST_RECENT, RADIAL_VELOCITY_NAME, RANGE, REFLECTIVITY, REFLECTIVITY_NAME, SPECTRUM_WIDTH, SPECTRUM_WIDTH_NAME, STATION_LOCATION, VALUE_2D, VALUE_3D, VALUE_SWEEP, VALUE_VOLUME, VELOCITY |
| 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 | |
|---|---|
NetcdfRadarDataSource()
Zero-argument constructor for construction via unpersistence. |
|
NetcdfRadarDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Construct a new DORADE data source. |
|
NetcdfRadarDataSource(DataSourceDescriptor descriptor,
String fileName,
Hashtable properties)
Construct a new DORADE data source. |
|
| Method Summary | |
|---|---|
void |
doMakeDataChoices()
Make and insert the DataChoice-s for this
DataSource. |
boolean |
equals(Object o)
Check to see if this NetcdfRadarDataSource is equal to the object
in question. |
int |
hashCode()
Get the hash code for this object. |
static void |
main(String[] args)
Test program |
protected RadarAdapter |
makeRadarAdapter(String source)
Make the RadarAdapter for this class |
| Methods inherited from class ucar.unidata.data.radar.RadarDataSource |
|---|
canSaveDataToLocalDisk, clearCachedData, doMakeDateTimes, getAdapters, getDataInner, getRadarAdapters, initAfterUnpersistence, processDataFilename |
| Methods inherited from class ucar.unidata.data.FilesDataSource |
|---|
doRemove, getDataFileExtension, getDataPaths, getFilePath, getFullDescription, getInputStreams, getLocationsForPolling, getPartialDescription, getSource, getSources, haveSources, initAfterCreation, initWithPollingInfo, isFileBased, newFilesFromPolling, propertiesChanged, reloadData, saveDataToLocalDisk, setNewFiles, setSource, setSources, sourcesChanged, updateState |
| 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 NetcdfRadarDataSource()
public NetcdfRadarDataSource(DataSourceDescriptor descriptor,
String fileName,
Hashtable properties)
throws VisADException
descriptor - descriptor for this DataSourcefileName - name of the DORADE file to readproperties - hashtable of properties
VisADException - problem creating data
public NetcdfRadarDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
throws VisADException
descriptor - descriptor for this DataSourcesources - List of filenamesproperties - hashtable of properties
VisADException - problem creating data| Method Detail |
|---|
public void doMakeDataChoices()
DataChoice-s for this
DataSource.
doMakeDataChoices in class DataSourceImpl
protected RadarAdapter makeRadarAdapter(String source)
throws Exception
makeRadarAdapter in class RadarDataSourcesource - source of the data
Exception - problem opening the file or creating the datapublic boolean equals(Object o)
NetcdfRadarDataSource is equal to the object
in question.
equals in class FilesDataSourceo - object in question
public int hashCode()
hashCode in class Objectpublic static void main(String[] args)
args - file name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||