Uses of Class
ucar.nc2.iosp.AbstractIOServiceProvider

Packages that use AbstractIOServiceProvider
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.fysat   
ucar.nc2.iosp.gempak   
ucar.nc2.iosp.gini I/O Service Provider for GINI format files 
ucar.nc2.iosp.grads I/O Service Provider for GrADS Binary Grid 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.noaa   
ucar.nc2.iosp.nowrad   
ucar.nc2.iosp.sigmet   
ucar.nc2.iosp.uamiv   
ucar.nc2.iosp.uf   
ucar.nc2.jni.netcdf   
ucar.nc2.stream   
 

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.fysat
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.fysat
 class Fysatiosp
          FY satellite data stored in AWX format include both original observation and the derived dataset no online document available for the details
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.gempak
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.gempak
 class GempakGridServiceProvider
          An IOSP for GEMPAK Grid data
 class GempakSoundingIOSP
          An IOSP for Gempak Sounding (SN) data.
 class GempakStationFileIOSP
          An IOSP for Gempak Station (SF,SN) data.
 class GempakSurfaceIOSP
          An IOSP for Gempak Surface 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.grads
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.grads
 class GradsBinaryGridServiceProvider
          IOSP for GrADS Binary data files.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.grib
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.grib
 class GribGridServiceProvider
           
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.grid
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.grid
 class GridServiceProvider
          Superclass for Gempak grid, MciDAS grid, and GRIB IOSPs
 

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
 class Vis5DIosp
          Vis5D grid file reader.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.misc
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.misc
 class AbstractLightningIOSP
          AbstractIOSP for lighting data.
 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 Uspln
          IOSP for the USPLN/NAPLN original and extended formats.
 

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.noaa
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.noaa
 class Ghcnm
          Nomads GLOBAL HISTORICAL CLIMATOLOGY NETWORK MONTHLY (GHCNM) v3 Beta.
 class Ghcnm2
          NOMADS Ghcnm2
 class IgraPor
          Nomads IGRA files.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.nowrad
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.nowrad
 class NOWRadiosp
          Created by IntelliJ IDEA.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.sigmet
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.sigmet
 class SigmetIOServiceProvider
          Implementation of the ServerProvider pattern provides input/output of the SIGMET-IRIS dataset.
 

Uses of AbstractIOServiceProvider in ucar.nc2.iosp.uamiv
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.iosp.uamiv
 class UAMIVServiceProvider
          Class for reading CAMx flavored uamiv 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
 

Uses of AbstractIOServiceProvider in ucar.nc2.stream
 

Subclasses of AbstractIOServiceProvider in ucar.nc2.stream
 class NcStreamIosp
          IOSP to read ncStream file (RandomAccessFile), into a NetcdfFile.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.