Uses of Interface
ucar.nc2.ProxyReader

Packages that use ProxyReader
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
 

Uses of ProxyReader in ucar.nc2.dataset
 

Methods in ucar.nc2.dataset that return ProxyReader
 ProxyReader StructureDS.getProxyReader()
          Get the proxy reader, or null.
 ProxyReader VariableDS.getProxyReader()
          Get the proxy reader, or null.
 ProxyReader VariableEnhanced.getProxyReader()
           
 

Methods in ucar.nc2.dataset with parameters of type ProxyReader
 void StructureDS.setProxyReader(ProxyReader proxyReader)
          Set the proxy reader.
 void VariableDS.setProxyReader(ProxyReader proxyReader)
          Set the proxy reader.
 void VariableEnhanced.setProxyReader(ProxyReader proxyReader)