Uses of Class
ucar.nc2.iosp.AbstractIOServiceProvider

Packages that use AbstractIOServiceProvider
ucar.nc2.iosp.adde IOSP for ADDE servers 
ucar.nc2.iosp.bufr I/O Service Provider for BUFR format files 
ucar.nc2.iosp.cinrad I/O Service Provider for chinese met radar files 
ucar.nc2.iosp.dmsp I/O Service Provider for DMSP format files 
ucar.nc2.iosp.dorade I/O Service Provider for Dorade format files 
ucar.nc2.iosp.gempak   
ucar.nc2.iosp.gini I/O Service Provider for GINI format files 
ucar.nc2.iosp.grib I/O Service Provider for GRIB-1 and GRIB-2 format files 
ucar.nc2.iosp.grid   
ucar.nc2.iosp.hdf4 I/O Service Provider for HDF-4 format files 
ucar.nc2.iosp.hdf5 I/O Service Provider for HDF-5 and netCDF-4 format files 
ucar.nc2.iosp.mcidas   
ucar.nc2.iosp.misc Miscellaneous IOSPs. 
ucar.nc2.iosp.netcdf3 I/O Service Provider for NetCDF-3 format files 
ucar.nc2.iosp.nexrad2 I/O Service Provider for NEXRAD level 2 format files 
ucar.nc2.iosp.nids I/O Service Provider for NIDS (Nexrad level 3) format files 
ucar.nc2.iosp.uf   
ucar.nc2.jni.netcdf   
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.adde
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.adde
 class AddeServiceProvider
           
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.bufr
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.bufr
 class BufrIosp
          IOSP for BUFR data
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.cinrad
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.cinrad
 class Cinrad2IOServiceProvider
          An IOServiceProvider for CINRAD level II files.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.dmsp
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.dmsp
 class DMSPiosp
          This ucar.nc2.iosp.IOServiceProvider provides access to DMSP satellite data in the NOAA/NGDC DMSP archive format.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.dorade
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.dorade
 class Doradeiosp
          IOServiceProvider implementation abstract base class to read/write Dorade files
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.gempak
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.gempak
 class GempakGridServiceProvider
          An IOSP for Gempak Grid data
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.gini
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.gini
 class Giniiosp
          IOServiceProvider for GINI files.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.grib
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.grib
 class Grib1ServiceProvider
          Grib1 iosp.
 class Grib2ServiceProvider
          Grib2 iosp.
 class GribServiceProvider
          Superclass for grib1 and grib2 iosp.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.grid
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.grid
 class GridServiceProvider
          An IOSP for Gempak Grid data
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.hdf4
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.hdf4
 class H4iosp
           
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.hdf5
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.hdf5
 class H5iosp
          HDF5 I/O
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.mcidas
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.mcidas
 class AreaServiceProvider
          IOServiceProvider for McIDAS AREA files
 class McIDASGridServiceProvider
          An IOSP for McIDAS Grid data
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.misc
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.misc
 class GtopoIosp
          GTOPO 30 sec elevation data from USGS http://edc.usgs.gov/products/elevation/gtopo30/gtopo30.html
 class NLDN
          National Lightning Detection Network (NLDN)
 class NmcObsLegacy
          NMC Office Note 29
 class UspLightning3
          UspLightning3 This looks like the most recent USPLN iosp.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.netcdf3
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.netcdf3
 class N3iosp
          IOServiceProvider implementation abstract base class to read/write "version 3" netcdf files.
 class N3raf
          Use our RandomAccessFile class to read and write.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.nexrad2
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.nexrad2
 class Nexrad2IOServiceProvider
          An IOServiceProvider for NEXRAD level II files.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.nids
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.nids
 class Nidsiosp
          IOServiceProvider implementation abstract base class to read/write "version 3" netcdf files.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.uf
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.uf
 class UFiosp
          Created by IntelliJ IDEA.
 

Uses of AbstractIOServiceProvider in ucar.nc2.jni.netcdf
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.jni.netcdf
 class JniIosp
          IOSP for reading netcdf files through jni interface to netcdf4 library