Package ucar.unidata.data.sounding
Class TrajectoryFeatureTypeAdapter
java.lang.Object
ucar.unidata.data.sounding.TrackAdapter
ucar.unidata.data.sounding.TrajectoryFeatureTypeAdapter
The Class TrajectoryFeatureTypeAdapter.
-
Constructor Summary
ConstructorsConstructorDescriptionTrajectoryFeatureTypeAdapter(TrackDataSource dataSource, String filename, Hashtable pointDataFilter, int stride, int lastNMinutes) Construct a new track from the filename. -
Method Summary
Modifier and TypeMethodDescriptiongetAerologicalDiagramData(String trackId) Get the track data parameters necessary to plot an aerological diagram.booleanGets the checks if is cosmic.booleanisCosmic()Checks if is cosmic.voidsetIsCosmic(boolean isC) Sets the checks if is cosmic.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
-
Constructor Details
-
TrajectoryFeatureTypeAdapter
- Throws:
Exception
-
TrajectoryFeatureTypeAdapter
public TrajectoryFeatureTypeAdapter(TrackDataSource dataSource, String filename, Hashtable pointDataFilter, int stride, int lastNMinutes) throws Exception Construct a new track from the filename.- Parameters:
dataSource- _more_filename- location of filepointDataFilter- Filters the variables to usestride- The stridelastNMinutes- use the last N minutes- Throws:
Exception- On badness
-
-
Method Details
-
setIsCosmic
public void setIsCosmic(boolean isC) Sets the checks if is cosmic.- Parameters:
isC- the new checks if is cosmic
-
getIsCosmic
public boolean getIsCosmic()Gets the checks if is cosmic.- Returns:
- the checks if is cosmic
-
isCosmic
public boolean isCosmic()Checks if is cosmic.- Returns:
- true, if is cosmic
-
getAerologicalDiagramData
Get the track data parameters necessary to plot an aerological diagram. Returned data is of type:(Time -> (AirPressure, AirTemperature, Dewpoint, (Latitude, Longitude, Altitude)))- Overrides:
getAerologicalDiagramDatain classTrackAdapter- Parameters:
trackId- id of the track- Returns:
- Data object in the format above
- Throws:
Exception- On badness
-