Package | Description |
---|---|
edu.wisc.ssec.mcidasv.data.cyclone |
Modifier and Type | Field and Description |
---|---|
private StormInfo |
StormTrack.stormInfo
_more_
|
Modifier and Type | Field and Description |
---|---|
private List<StormInfo> |
STIStormDataSource.stormInfos
the stormInfo and track
|
private List<StormInfo> |
Diamond7StormDataSource.stormInfos
the stormInfo and track
|
private List<StormInfo> |
AtcfStormDataSource.stormInfos
_more_
|
Modifier and Type | Method and Description |
---|---|
StormInfo |
StormTrack.getStormInfo()
_more_
|
StormInfo |
StormDataSource.getStormInfo(String stormId)
_more_
|
Modifier and Type | Method and Description |
---|---|
private List<StormInfo> |
STIStormDataSource.getAllStormInfos()
_more_
|
abstract List<StormInfo> |
StormDataSource.getStormInfos()
_more_
|
List<StormInfo> |
STIStormDataSource.getStormInfos()
_more_
|
List<StormInfo> |
Diamond7StormDataSource.getStormInfos()
_more_
|
List<StormInfo> |
AtcfStormDataSource.getStormInfos()
_more_
|
Modifier and Type | Method and Description |
---|---|
private StormTrack |
STIStormDataSource.getForecastTrack(StormInfo stormInfo,
DateTime sTime,
Way forecastWay)
_more_
|
private StormTrack |
Diamond7StormDataSource.getForecastTrack(StormInfo stormInfo,
DateTime sTime,
Way forecastWay)
_more_
|
private List<StormTrack> |
STIStormDataSource.getForecastTracks(StormInfo stormInfo,
Way forecastWay)
_more_
|
private List<StormTrack> |
Diamond7StormDataSource.getForecastTracks(StormInfo stormInfo,
Way forecastWay)
_more_
|
protected List<DateTime> |
STIStormDataSource.getForecastTrackStartDates(StormInfo stormInfo,
Way way)
_more_
|
protected List<DateTime> |
Diamond7StormDataSource.getForecastTrackStartDates(StormInfo stormInfo,
Way way)
_more_
|
protected List<Way> |
STIStormDataSource.getForecastWays(StormInfo stormInfo)
_more_
|
protected List<Way> |
Diamond7StormDataSource.getForecastWays(StormInfo stormInfo)
_more_
|
protected StormTrack |
STIStormDataSource.getObservationTrack(StormInfo stormInfo,
Way observationWay)
_more_
|
protected StormTrack |
Diamond7StormDataSource.getObservationTrack(StormInfo stormInfo,
Way observationWay)
_more_
|
protected List<StormTrackPoint> |
STIStormDataSource.getObservationTrack(StormInfo stormInfo,
Way wy,
DateTime before,
DateTime after,
List pts)
_more_
|
protected List<StormTrackPoint> |
Diamond7StormDataSource.getObservationTrack(StormInfo stormInfo,
Way wy,
DateTime before,
DateTime after,
List pts)
_more_
|
protected List<StormTrackPoint> |
STIStormDataSource.getObservationTrackPoints(StormInfo stormInfo,
Way wy)
_more_
|
protected List<StormTrackPoint> |
Diamond7StormDataSource.getObservationTrackPoints(StormInfo stormInfo,
Way wy)
_more_
|
StormTrackCollection |
StormDataSource.getTrackCollection(StormInfo stormInfo,
Hashtable<String,Boolean> waysToUse,
Way obsWay)
_more_
|
abstract StormTrackCollection |
StormDataSource.getTrackCollectionInner(StormInfo stormInfo,
Hashtable<String,Boolean> waysToUse,
Way observationWay)
_more_
|
StormTrackCollection |
STIStormDataSource.getTrackCollectionInner(StormInfo stormInfo,
Hashtable<String,Boolean> waysToUse,
Way observationWay)
_more_
|
StormTrackCollection |
Diamond7StormDataSource.getTrackCollectionInner(StormInfo stormInfo,
Hashtable<String,Boolean> waysToUse,
Way observationWay)
_more_
|
StormTrackCollection |
AtcfStormDataSource.getTrackCollectionInner(StormInfo stormInfo,
Hashtable<String,Boolean> waysToUse,
Way observationWay)
_more_
|
private boolean |
AtcfStormDataSource.readTracks(StormInfo stormInfo,
StormTrackCollection tracks,
String trackFile,
Hashtable<String,Boolean> waysToUse,
boolean throwError)
_more_
|
void |
StormTrack.setStormInfo(StormInfo stormInfo)
_more_
|
Constructor and Description |
---|
StormTrack(StormInfo stormInfo,
Way way,
DateTime startTime,
StormParam[] params)
_more_
|
StormTrack(StormInfo stormInfo,
Way way,
List<StormTrackPoint> pts,
StormParam[] params)
_more_
|