|
||||||||||
| 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.storm.StormDataSource
ucar.unidata.data.storm.STIStormDataSource
public class STIStormDataSource
Created by IntelliJ IDEA. User: yuanho Date: Apr 9, 2008 Time: 4:58:27 PM To change this template use File | Settings | File Templates.
| Field Summary | |
|---|---|
static RealType |
TYPE_MAXWINDSPEED
_more_ |
static RealType |
TYPE_MINPRESSURE
_more_ |
static RealType |
TYPE_MOVEDIRECTION
_more_ |
static RealType |
TYPE_MOVESPEED
_more_ |
static RealType |
TYPE_PROBABILITYRADIUS
_more_ |
static RealType |
TYPE_RADIUSMODERATEGALE
_more_ |
static RealType |
TYPE_RADIUSWHOLEGALE
_more_ |
| Fields inherited from class ucar.unidata.data.storm.StormDataSource |
|---|
ATTR_CATEGORY, CATEGORY_DB, CATEGORY_DS, CATEGORY_ET, CATEGORY_EX, CATEGORY_HU, CATEGORY_IN, CATEGORY_LO, CATEGORY_NAMES, CATEGORY_SD, CATEGORY_SS, CATEGORY_ST, CATEGORY_TC, CATEGORY_TD, CATEGORY_TS, CATEGORY_TY, CATEGORY_VALUES, CATEGORY_WV, CATEGORY_XX, TYPE_STORMCATEGORY |
| 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 | |
|---|---|
STIStormDataSource()
_more_ |
|
STIStormDataSource(DataSourceDescriptor descriptor,
String url,
Hashtable properties)
_more_ |
|
| Method Summary | |
|---|---|
Connection |
getConnection()
_more_ |
String |
getDbUrl()
Get the DbUrl property. |
protected List<DateTime> |
getForecastTrackStartDates(StormInfo stormInfo,
Way way)
_more_ |
protected List<Way> |
getForecastWays(StormInfo stormInfo)
_more_ |
protected StormTrack |
getObservationTrack(StormInfo stormInfo)
_more_ |
protected List<StormTrackPoint> |
getObservationTrack(StormInfo stormInfo,
Way wy)
_more_ |
protected List<StormTrackPoint> |
getObservationTrack(StormInfo stormInfo,
Way wy,
DateTime before,
DateTime after,
List pts)
_more_ |
protected DateTime |
getStartTime(List times)
_more_ |
List<StormInfo> |
getStormInfos()
_more_ |
protected DateTime |
getStormStartTime(String id)
_more_ |
StormTrackCollection |
getTrackCollection(StormInfo stormInfo,
Hashtable<String,Boolean> waysToUse)
_more_ |
protected void |
initAfter()
_more_ |
protected void |
initTypes()
_more_ |
static void |
main(String[] args)
_more_ |
void |
setDbUrl(String value)
Set the DbUrl property. |
| Methods inherited from class ucar.unidata.data.storm.StormDataSource |
|---|
doMakeDataChoices, getCategory, getStormInfo, getYear |
| 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 RealType TYPE_MAXWINDSPEED
public static RealType TYPE_MINPRESSURE
public static RealType TYPE_RADIUSMODERATEGALE
public static RealType TYPE_RADIUSWHOLEGALE
public static RealType TYPE_PROBABILITYRADIUS
public static RealType TYPE_MOVEDIRECTION
public static RealType TYPE_MOVESPEED
| Constructor Detail |
|---|
public STIStormDataSource()
throws Exception
Exception - _more_
public STIStormDataSource(DataSourceDescriptor descriptor,
String url,
Hashtable properties)
throws Exception
descriptor - _more_url - _more_properties - _more_
Exception - _more_| Method Detail |
|---|
protected void initTypes()
throws VisADException
initTypes in class StormDataSourceVisADException - _more_protected void initAfter()
initAfter in class DataSourceImplpublic List<StormInfo> getStormInfos()
getStormInfos in class StormDataSource
public StormTrackCollection getTrackCollection(StormInfo stormInfo,
Hashtable<String,Boolean> waysToUse)
throws Exception
getTrackCollection in class StormDataSourcestormInfo - _more_
Exception - _more_
protected List<DateTime> getForecastTrackStartDates(StormInfo stormInfo,
Way way)
throws Exception
stormInfo - _more_way - _more_
Exception - _more_
protected StormTrack getObservationTrack(StormInfo stormInfo)
throws Exception
stormInfo - _more_
Exception - _more_
protected List<StormTrackPoint> getObservationTrack(StormInfo stormInfo,
Way wy)
throws Exception
stormInfo - _more_wy - _more_
Exception - _more_
protected List<StormTrackPoint> getObservationTrack(StormInfo stormInfo,
Way wy,
DateTime before,
DateTime after,
List pts)
throws Exception
stormInfo - _more_wy - _more_before - _more_after - _more_pts - _more_
Exception - _more_protected DateTime getStartTime(List times)
times - _more_
protected DateTime getStormStartTime(String id)
throws Exception
id - _more_
Exception - _more_
protected List<Way> getForecastWays(StormInfo stormInfo)
throws Exception
stormInfo - _more_
Exception - _more_public Connection getConnection()
public static void main(String[] args)
throws Exception
args - _more_
Exception - _more_public void setDbUrl(String value)
value - The new value for DbUrlpublic String getDbUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||