ucar.unidata.data.sounding
Class EolDbTrackAdapter

java.lang.Object
  extended by ucar.unidata.data.sounding.TrackAdapter
      extended by ucar.unidata.data.sounding.EolDbTrackAdapter

public class EolDbTrackAdapter
extends TrackAdapter

Version:
$Revision: 1.90 $ $Date: 2007/08/06 17:02:27 $
Author:
IDV Development Team

Nested Class Summary
 class EolDbTrackAdapter.EolDbTrackInfo
          Class EolDbTrackInfo _more_
 
Field Summary
static String COL_CATEGORY
          _more_
static String COL_LONG_NAME
          _more_
static String COL_MISSING_VALUE
          _more_
static String COL_NAME
          _more_
static String COL_UNITS
          _more_
static String COL_VARIABLE
          _more_
static String GLOBAL_COORDINATES
          _more_
static String GLOBAL_ENDTIME
          _more_
static String GLOBAL_FLIGHTNUMBER
          _more_
static String GLOBAL_PROJECTNAME
          _more_
static String GLOBAL_STARTTIME
          _more_
static String TABLE_CATEGORIES
          _more_
static String TABLE_DATA
          _more_
static String TABLE_GLOBALS
          _more_
static String TABLE_VARIABLE_LIST
          _more_
 
Constructor Summary
EolDbTrackAdapter(TrackDataSource dataSource, String filename, Hashtable pointDataFilter, int stride, int lastNMinutes)
          _more_
 
Method Summary
protected  void addActions(List actions)
          _more_
 Connection getConnection()
          _more_
 String getDataSourceDescription()
          _more_
 String getDataSourceName()
          _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, getTrackInfos, getTrackWithTime, includeInPointData, setLastNMinutes, setStride, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TABLE_GLOBALS

public static final String TABLE_GLOBALS
_more_

See Also:
Constant Field Values

TABLE_VARIABLE_LIST

public static final String TABLE_VARIABLE_LIST
_more_

See Also:
Constant Field Values

TABLE_CATEGORIES

public static final String TABLE_CATEGORIES
_more_

See Also:
Constant Field Values

TABLE_DATA

public static final String TABLE_DATA
_more_

See Also:
Constant Field Values

COL_VARIABLE

public static final String COL_VARIABLE
_more_

See Also:
Constant Field Values

COL_CATEGORY

public static final String COL_CATEGORY
_more_

See Also:
Constant Field Values

COL_NAME

public static final String COL_NAME
_more_

See Also:
Constant Field Values

COL_LONG_NAME

public static final String COL_LONG_NAME
_more_

See Also:
Constant Field Values

COL_UNITS

public static final String COL_UNITS
_more_

See Also:
Constant Field Values

COL_MISSING_VALUE

public static final String COL_MISSING_VALUE
_more_

See Also:
Constant Field Values

GLOBAL_PROJECTNAME

public static final String GLOBAL_PROJECTNAME
_more_

See Also:
Constant Field Values

GLOBAL_FLIGHTNUMBER

public static final String GLOBAL_FLIGHTNUMBER
_more_

See Also:
Constant Field Values

GLOBAL_COORDINATES

public static final String GLOBAL_COORDINATES
_more_

See Also:
Constant Field Values

GLOBAL_STARTTIME

public static final String GLOBAL_STARTTIME
_more_

See Also:
Constant Field Values

GLOBAL_ENDTIME

public static final String GLOBAL_ENDTIME
_more_

See Also:
Constant Field Values
Constructor Detail

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 Detail

addActions

protected void addActions(List actions)
_more_

Overrides:
addActions in class TrackAdapter
Parameters:
actions - _more_

getDataSourceName

public String getDataSourceName()
_more_

Overrides:
getDataSourceName in class TrackAdapter
Returns:
_more_

getDataSourceDescription

public String getDataSourceDescription()
_more_

Overrides:
getDataSourceDescription in class TrackAdapter
Returns:
_more_

getConnection

public Connection getConnection()
_more_

Returns:
_more_

getMissingValue

protected double getMissingValue(String var)
_more_

Parameters:
var - _more_
Returns:
_more_