Package ucar.unidata.data.sounding
Class EolDbTrackAdapter
java.lang.Object
ucar.unidata.data.sounding.TrackAdapter
ucar.unidata.data.sounding.EolDbTrackAdapter
- Version:
- $Revision: 1.90 $ $Date: 2007/08/06 17:02:27 $
- Author:
- IDV Development Team
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
Class EolDbTrackInfo _more_ -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
_more_static final String
_more_static final String
_more_static final String
_more_static final String
_more_static final String
_more_static final String
_more_static final String
_more_static final String
_more_static final String
_more_static final String
_more_static final String
_more_static final String
_more_static final String
_more_static final String
_more_ -
Constructor Summary
ConstructorsConstructorDescriptionEolDbTrackAdapter
(TrackDataSource dataSource, String filename, Hashtable pointDataFilter, int stride, int lastNMinutes) _more_ -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addActions
(List actions) _more__more__more__more_protected double
getMissingValue
(String var) _more_Methods inherited from class ucar.unidata.data.sounding.TrackAdapter
addTrackInfo, getAerologicalDiagramData, getBaseTime, getEndTime, getFilename, getLastNMinutes, getLastPointRange, getNumObservations, getPointObTrack, getStartTime, getStride, getTrack, getTrackInfo, getTrackInfos, getTrackWithTime, includeInPointData, setLastNMinutes, setStride, toString
-
Field Details
-
TABLE_GLOBALS
_more_- See Also:
-
TABLE_VARIABLE_LIST
_more_- See Also:
-
TABLE_CATEGORIES
_more_- See Also:
-
TABLE_DATA
_more_- See Also:
-
COL_VARIABLE
_more_- See Also:
-
COL_CATEGORY
_more_- See Also:
-
COL_NAME
_more_- See Also:
-
COL_LONG_NAME
_more_- See Also:
-
COL_UNITS
_more_- See Also:
-
COL_MISSING_VALUE
_more_- See Also:
-
GLOBAL_PROJECTNAME
_more_- See Also:
-
GLOBAL_FLIGHTNUMBER
_more_- See Also:
-
GLOBAL_COORDINATES
_more_- See Also:
-
GLOBAL_STARTTIME
_more_- See Also:
-
GLOBAL_ENDTIME
_more_- See Also:
-
-
Constructor Details
-
EolDbTrackAdapter
public EolDbTrackAdapter(TrackDataSource dataSource, String filename, Hashtable pointDataFilter, int stride, int lastNMinutes) throws Exception _more_- Parameters:
dataSource
- _more_filename
- _more_pointDataFilter
- _more_stride
- _more_lastNMinutes
- _more_- Throws:
Exception
- _more_
-
-
Method Details
-
addActions
_more_- Overrides:
addActions
in classTrackAdapter
- Parameters:
actions
- _more_
-
getDataSourceName
_more_- Overrides:
getDataSourceName
in classTrackAdapter
- Returns:
- _more_
-
getDataSourceDescription
_more_- Overrides:
getDataSourceDescription
in classTrackAdapter
- Returns:
- _more_
-
getConnection
_more_- Returns:
- _more_
-
getMissingValue
_more_- Parameters:
var
- _more_- Returns:
- _more_
-