Uses of Interface
ucar.unidata.data.radar.RadarAdapter
Packages that use RadarAdapter
-
Uses of RadarAdapter in ucar.unidata.data.radar
Classes in ucar.unidata.data.radar that implement RadarAdapterModifier and TypeClassDescriptionclass
A data adapter for Common Data Model radial data (Level II, Level III, DORADE)class
A data adapter for DORADE radar dataclass
Adapt an Archive Level II file to a VisAD data structure.class
Adapt a netCDF sweepfile to a VisAD data structure.Methods in ucar.unidata.data.radar that return RadarAdapterModifier and TypeMethodDescriptionprotected RadarAdapter
CDMRadarDataSource.makeRadarAdapter
(String source) Make the RadarAdapter for this classprotected RadarAdapter
DoradeDataSource.makeRadarAdapter
(String source) Make the RadarAdapter for this classprotected RadarAdapter
Level2RadarDataSource.makeRadarAdapter
(String source) Make a RadarAdapter from the sourceprotected RadarAdapter
NetcdfRadarDataSource.makeRadarAdapter
(String source) Make the RadarAdapter for this classprotected abstract RadarAdapter
RadarDataSource.makeRadarAdapter
(String source) Make a RadarAdapter from the sourceMethods in ucar.unidata.data.radar that return types with arguments of type RadarAdapterModifier and TypeMethodDescriptionprotected List
<RadarAdapter> RadarDataSource.getAdapters()
Create, if needed, and return the list of adapters.protected List
<RadarAdapter> RadarDataSource.getRadarAdapters()
Get the list of adapters.