|
||||||||||
| 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.sounding.TrackDataSource
ucar.unidata.data.sounding.SondeDataSource
public class SondeDataSource
A data source for balloon and aircraft tracks
| Field Summary | |
|---|---|
static String |
ID_SONDELOCATIONS
Deprecated. use ID_SONDESTARTLOCATIONS |
static String |
ID_SONDESTARTLOCATIONS
sounding trace id |
| Fields inherited from class ucar.unidata.data.sounding.TrackDataSource |
|---|
ID_LASTOB, ID_POINTTRACE, ID_SOUNDINGOB, ID_SOUNDINGTRACE, ID_TIMETRACE, ID_WHOLETRACE, PROP_TRACKTYPE |
| 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.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 | |
|---|---|
SondeDataSource()
Default Constructor |
|
SondeDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
Create a SondeDataSource from the specification given. |
|
SondeDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
Create a SondeDataSource from the specification given. |
|
| Method Summary | |
|---|---|
protected void |
doMakeDataChoices()
Make the DataChoices associated with this dataset |
protected DateTime |
getBaseTime()
Get the base time for the sondes |
protected Data |
getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
Get the VisAD Data object that corresponds to the dataChoice category and dataSelection criteria. |
protected FieldImpl |
HIDEaggregateTracks(List tracks)
Aggregate the tracks |
| Methods inherited from class ucar.unidata.data.FilesDataSource |
|---|
equals, getDataFileExtension, getDataPaths, getFilePath, getInputStreams, getLocationsForPolling, getPartialDescription, getSource, getSources, haveSources, initAfterUnpersistence, initWithPollingInfo, isFileBased, newFilesFromPolling, processDataFilename, 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, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ucar.unidata.data.DataSource |
|---|
getUniqueId |
| Field Detail |
|---|
public static final String ID_SONDELOCATIONS
public static final String ID_SONDESTARTLOCATIONS
| Constructor Detail |
|---|
public SondeDataSource()
public SondeDataSource(DataSourceDescriptor descriptor,
String source,
Hashtable properties)
throws VisADException
descriptor - descriptor for the DataSourcesource - file location or URLproperties - extra properties
VisADException
public SondeDataSource(DataSourceDescriptor descriptor,
List sources,
Hashtable properties)
throws VisADException
descriptor - descriptor for the DataSourcesources - file location or URLproperties - extra properties
VisADException| Method Detail |
|---|
protected DateTime getBaseTime()
getBaseTime in class TrackDataSource
protected FieldImpl HIDEaggregateTracks(List tracks)
throws VisADException,
RemoteException
tracks - List of sonde tracks
RemoteException - Java RMI Exception
VisADException - problem in VisADprotected void doMakeDataChoices()
DataChoices associated with this dataset
doMakeDataChoices in class TrackDataSource
protected Data getDataInner(DataChoice dataChoice,
DataCategory category,
DataSelection dataSelection,
Hashtable requestProperties)
throws VisADException,
RemoteException
getDataInner in class TrackDataSourcedataChoice - choice for datacategory - specific category of data (not used currently)dataSelection - additional selection criteriarequestProperties - extra request properties
VisADException - unable to create Data object
RemoteException - (some kind of remote error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||