|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.sounding.TrackAdapter
ucar.unidata.data.sounding.TrajectoryFeatureTypeAdapter
public class TrajectoryFeatureTypeAdapter
Created by IntelliJ IDEA. User: yuanho Date: Oct 5, 2009 Time: 2:44:32 PM To change this template use File | Settings | File Templates.
| Constructor Summary | |
|---|---|
TrajectoryFeatureTypeAdapter(TrackDataSource dataSource,
String filename,
Hashtable pointDataFilter,
int stride,
int lastNMinutes)
Construct a new track from the filename |
|
| Method Summary | |
|---|---|
Data |
getAerologicalDiagramData(String trackId)
Get the track data parameters necessary to plot an aerological diagram. |
boolean |
getIsCosmic()
_more_ |
boolean |
isCosmic()
_more_ |
void |
setIsCosmic(boolean isC)
_more_ |
| Methods inherited from class ucar.unidata.data.sounding.TrackAdapter |
|---|
addActions, addTrackInfo, getBaseTime, getDataSourceDescription, getDataSourceName, getEndTime, getFilename, getLastNMinutes, getLastPointRange, getNumObservations, getPointObTrack, getStartTime, getStride, getTrack, getTrackInfo, getTrackInfos, getTrackWithTime, includeInPointData, setLastNMinutes, setStride, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TrajectoryFeatureTypeAdapter(TrackDataSource dataSource,
String filename,
Hashtable pointDataFilter,
int stride,
int lastNMinutes)
throws Exception
dataSource - _more_filename - location of filepointDataFilter - Filters the variables to usestride - The stridelastNMinutes - use the last N minutes
Exception - On badness| Method Detail |
|---|
public void setIsCosmic(boolean isC)
isC - _more_public boolean getIsCosmic()
public boolean isCosmic()
public Data getAerologicalDiagramData(String trackId)
throws Exception
(Time -> (AirPressure,
AirTemperature,
Dewpoint,
(Latitude, Longitude, Altitude)))
getAerologicalDiagramData in class TrackAdaptertrackId - id of the track
Exception - On badness
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||