Uses of Interface
ucar.nc2.ProxyReader

Packages that use ProxyReader
ucar.nc2 The public API to the Java-NetCDF library. 
ucar.nc2.dataset An extension to the netCDF API which provides support for coordinate systems, scale/offset/missing data, and NcML. 
ucar.nc2.dods OpenDAP-netCDF library. 
ucar.nc2.iosp.adde IOSP for ADDE servers 
ucar.nc2.ncml Netcdf Markup Language (NcML) Implementation classes see NcML home page 
 

Uses of ProxyReader in ucar.nc2
 

Classes in ucar.nc2 that implement ProxyReader
 class Sequence
          Sequence is a one-dimensional Structure with indeterminate length.
 class Structure
          A Structure is a type of Variable that contains other Variables, like a struct in C.
 class StructurePseudo
          Deprecated. use ucar.nc2.dataset.StructurePseudoDS
 class Variable
          A Variable is a logical container for data.
 

Fields in ucar.nc2 declared as ProxyReader
protected  ProxyReader Variable.proxyReader
           
 

Methods in ucar.nc2 that return ProxyReader
 ProxyReader Variable.getProxyReader()
           
 

Methods in ucar.nc2 with parameters of type ProxyReader
 void Variable.setProxyReader(ProxyReader proxyReader)
           
 

Uses of ProxyReader in ucar.nc2.dataset
 

Classes in ucar.nc2.dataset that implement ProxyReader
 class CoordinateAxis
          A Coordinate Axis is a Variable that specifies one of the coordinates of a CoordinateSystem.
 class CoordinateAxis1D
          A 1-dimensional Coordinate Axis.
 class CoordinateAxis1DTime
          A 1-dimensional Coordinate Axis representing Calendar time.
 class CoordinateAxis2D
          A 2-dimensional numeric Coordinate Axis.
 class SequenceDS
          Enhance sequence
 class StructureDS
          An "enhanced" Structure.
 class StructurePseudo2Dim
          Make a collection of variables with the same 2 outer dimensions into a fake 2D Structure(outer,inner)
 class StructurePseudoDS
          Make a collection of variables with the same outer dimension into a fake Structure.
 class VariableDS
          An wrapper around a Variable, creating an "enhanced" Variable.
 

Uses of ProxyReader in ucar.nc2.dods
 

Classes in ucar.nc2.dods that implement ProxyReader
 class DODSGrid
          A DODS Grid.
 class DODSStructure
          A DODS Structure.
 class DODSVariable
          A read-only DODS-netCDF Variable.
 

Uses of ProxyReader in ucar.nc2.iosp.adde
 

Classes in ucar.nc2.iosp.adde that implement ProxyReader
 class AddeVariable
          A Variable implemented through an ADDE server.
 

Uses of ProxyReader in ucar.nc2.ncml
 

Classes in ucar.nc2.ncml that implement ProxyReader
protected  class Aggregation.DatasetProxyReader
           
 class AggregationExisting
          JoinExisting Aggregation.
 class AggregationFmrc
          Implement NcML Forecast Model Run Collection Aggregation with files that are complete runs (have all forecast times in the same file)
 class AggregationNew
          JoinNew Aggregation.
 class AggregationOuterDimension
          Superclass for Aggregations on the outer dimension: joinNew, joinExisting, Fmrc, FmrcSingle
 class AggregationTiled
          Tiled Aggregation.
 



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