public class TrajectoryFeatureTypeAdapter extends TrackAdapter
| Constructor and Description |
|---|
TrajectoryFeatureTypeAdapter() |
TrajectoryFeatureTypeAdapter(TrackDataSource dataSource,
java.lang.String filename,
java.util.Hashtable pointDataFilter,
int stride,
int lastNMinutes)
Construct a new track from the filename.
|
| Modifier and Type | Method and Description |
|---|---|
visad.Data |
getAerologicalDiagramData(java.lang.String trackId)
Get the track data parameters necessary to plot an aerological
diagram.
|
boolean |
getIsCosmic()
Gets the checks if is cosmic.
|
boolean |
isCosmic()
Checks if is cosmic.
|
void |
setIsCosmic(boolean isC)
Sets the checks if is cosmic.
|
addActions, addTrackInfo, getBaseTime, getDataSourceDescription, getDataSourceName, getEndTime, getFilename, getLastNMinutes, getLastPointRange, getNumObservations, getPointObTrack, getStartTime, getStride, getTrack, getTrackInfo, getTrackInfos, getTrackWithTime, includeInPointData, setLastNMinutes, setStride, toStringpublic TrajectoryFeatureTypeAdapter()
throws java.lang.Exception
java.lang.Exceptionpublic TrajectoryFeatureTypeAdapter(TrackDataSource dataSource, java.lang.String filename, java.util.Hashtable pointDataFilter, int stride, int lastNMinutes) throws java.lang.Exception
dataSource - _more_filename - location of filepointDataFilter - Filters the variables to usestride - The stridelastNMinutes - use the last N minutesjava.lang.Exception - On badnesspublic void setIsCosmic(boolean isC)
isC - the new checks if is cosmicpublic boolean getIsCosmic()
public boolean isCosmic()
public visad.Data getAerologicalDiagramData(java.lang.String trackId)
throws java.lang.Exception
(Time -> (AirPressure,
AirTemperature,
Dewpoint,
(Latitude, Longitude, Altitude)))
getAerologicalDiagramData in class TrackAdaptertrackId - id of the trackjava.lang.Exception - On badness