Package | Description |
---|---|
ucar.unidata.data.sounding |
DataSource classes and utilities for sounding data.
|
Modifier and Type | Class and Description |
---|---|
class |
CdmTrackAdapter
Adapter for track type data.
|
class |
EolDbTrackAdapter |
class |
TrajectoryFeatureTypeAdapter
The Class TrajectoryFeatureTypeAdapter.
|
Modifier and Type | Field and Description |
---|---|
protected TrackAdapter |
TrackInfo.adapter
The adapater
|
Modifier and Type | Method and Description |
---|---|
protected TrackAdapter |
TrajectoryFeatureTypeDataSource.doMakeAdapter(java.lang.String file,
java.util.Hashtable pointDataFilter,
int stride,
int lastNMinutes)
Factory method to make the adapter
|
protected TrackAdapter |
TrackDataSource.doMakeAdapter(java.lang.String file,
java.util.Hashtable pointDataFilter,
int stride,
int lastNMinutes)
Factory method to make the adapter
|
TrackAdapter |
TrackDataSource.getTraceAdapter()
Gets the sounding trace associated with this DataChoice
|
Modifier and Type | Method and Description |
---|---|
void |
TrackDataSource.setTraceAdapter(TrackAdapter traceAdapter) |
Constructor and Description |
---|
CDMProfileFeatureTypeInfo(TrackAdapter adapter,
ucar.nc2.ft.FeatureDatasetPoint fdp,
ucar.nc2.ft.ProfileFeature pf) |
CDMProfileFeatureTypeInfo(TrackAdapter adapter,
ucar.nc2.ft.FeatureDatasetPoint fdp,
ucar.nc2.ft.ProfileFeatureCollection pfc)
ctor
|
CdmTrackInfo(TrackAdapter adapter,
ucar.nc2.ft.FeatureDatasetPoint tod,
ucar.nc2.ft.TrajectoryFeature todt)
ctor
|
CosmicTrajectoryFeatureTypeInfo(TrackAdapter adapter,
ucar.nc2.ft.FeatureDatasetPoint fd,
ucar.nc2.ft.TrajectoryFeatureCollection tfc)
ctor
|
TrackInfo(TrackAdapter adapter,
java.lang.String name)
ctor
|