Uses of Interface
ucar.unidata.data.radar.RadarAdapter

Packages that use RadarAdapter
ucar.unidata.data.radar DataSource classes and utilities for radar data. 
 

Uses of RadarAdapter in ucar.unidata.data.radar
 

Classes in ucar.unidata.data.radar that implement RadarAdapter
 class CDMRadarAdapter
          A data adapter for Common Data Model radial data (Level II, Level III, DORADE)
 class DoradeAdapter
          A data adapter for DORADE radar data
 class Level2Adapter
          Adapt an Archive Level II file to a VisAD data structure.
 class NetcdfSweepfileAdapter
          Adapt a netCDF sweepfile to a VisAD data structure.
 

Methods in ucar.unidata.data.radar that return RadarAdapter
protected  RadarAdapter Level2RadarDataSource.makeRadarAdapter(String source)
          Make a RadarAdapter from the source
protected  RadarAdapter NetcdfRadarDataSource.makeRadarAdapter(String source)
          Make the RadarAdapter for this class
protected  RadarAdapter CDMRadarDataSource.makeRadarAdapter(String source)
          Make the RadarAdapter for this class
protected  RadarAdapter DoradeDataSource.makeRadarAdapter(String source)
          Make the RadarAdapter for this class
protected abstract  RadarAdapter RadarDataSource.makeRadarAdapter(String source)
          Make a RadarAdapter from the source
 

Methods in ucar.unidata.data.radar that return types with arguments of type RadarAdapter
protected  List<RadarAdapter> RadarDataSource.getAdapters()
          Create, if needed, and return the list of adapters.
protected  List<RadarAdapter> RadarDataSource.getRadarAdapters()
          Get the list of adapters.