Uses of Class
ucar.netcdf.ProtoVariable

Packages that use ProtoVariable
ucar.netcdf Provides an abstraction for sampled functions between multidimensional spaces. 
visad.data.netcdf.out Provides for exporting a VisAD data object to a netCDF dataset. 
 

Uses of ProtoVariable in ucar.netcdf
 

Methods in ucar.netcdf that return ProtoVariable
 ProtoVariable Schema.get(String name)
          Retrieve the variable associated with the specified name.
 ProtoVariable Schema.get(String name)
          Retrieve the variable associated with the specified name.
 ProtoVariable ProtoVariableIterator.next()
          Returns the next element.
 ProtoVariable ProtoVariableIterator.next()
          Returns the next element.
 ProtoVariable Schema.put(ProtoVariable var)
          Ensures that this set contains the specified ProtoVariable.
 ProtoVariable Schema.put(ProtoVariable var)
          Ensures that this set contains the specified ProtoVariable.
 ProtoVariable[] Schema.toArray()
          Returns a new Array containing the elements of this set.
 ProtoVariable[] Schema.toArray()
          Returns a new Array containing the elements of this set.
 

Methods in ucar.netcdf with parameters of type ProtoVariable
protected  void AbstractNetcdf.add(ProtoVariable proto, Accessor io)
          Used for incremental initialization.
protected  void AbstractNetcdf.add(ProtoVariable proto, Accessor io)
          Used for incremental initialization.
protected abstract  Accessor AbstractNetcdf.ioFactory(ProtoVariable proto)
          Used when creating variables to populate this.
protected  Accessor NetcdfFile.ioFactory(ProtoVariable proto)
           
protected  Accessor RemoteNetcdf.ioFactory(ProtoVariable proto)
           
protected abstract  Accessor AbstractNetcdf.ioFactory(ProtoVariable proto)
          Used when creating variables to populate this.
protected  Accessor NetcdfFile.ioFactory(ProtoVariable proto)
           
protected  Accessor RemoteNetcdf.ioFactory(ProtoVariable proto)
           
 ProtoVariable Schema.put(ProtoVariable var)
          Ensures that this set contains the specified ProtoVariable.
 ProtoVariable Schema.put(ProtoVariable var)
          Ensures that this set contains the specified ProtoVariable.
 

Constructors in ucar.netcdf with parameters of type ProtoVariable
Schema(ProtoVariable[] varArray, Attribute[] attrArray)
          Create a Schema initialized by an array of ProtoVariable and an array of Attributes.
Schema(ProtoVariable[] varArray, Attribute[] attrArray)
          Create a Schema initialized by an array of ProtoVariable and an array of Attributes.
Variable(ProtoVariable proto, Accessor io)
          The usual constructor.
Variable(ProtoVariable proto, Accessor io)
          The usual constructor.
 

Uses of ProtoVariable in visad.data.netcdf.out
 

Methods in visad.data.netcdf.out with parameters of type ProtoVariable
 Accessor VisADAdapter.ioFactory(ProtoVariable protoVar)
          Return a MultiArray Accessor for a variable.
 Accessor VisADAdapter.ioFactory(ProtoVariable protoVar)
          Return a MultiArray Accessor for a variable.