Uses of Class
ucar.netcdf.Variable

Packages that use Variable
ucar.netcdf Provides an abstraction for sampled functions between multidimensional spaces. 
visad.data.netcdf.in Provides for importing a netCDF dataset into VisAD. 
 

Uses of Variable in ucar.netcdf
 

Methods in ucar.netcdf that return Variable
 Variable AbstractNetcdf.get(String name)
          Retrieve the variable associated with the specified name.
 Variable Netcdf.get(String name)
          Retrieve the variable associated with the specified name.
 Variable NetcdfWrapper.get(String name)
          Retrieve the variable associated with a name.
 Variable AbstractNetcdf.get(String name)
          Retrieve the variable associated with the specified name.
 Variable Netcdf.get(String name)
          Retrieve the variable associated with the specified name.
 Variable NetcdfWrapper.get(String name)
          Retrieve the variable associated with a name.
 Variable VariableIterator.next()
          Returns the next element.
 Variable VariableIterator.next()
          Returns the next element.
 

Constructors in ucar.netcdf with parameters of type Variable
ProtoVariable(Variable var)
          Conversion constructor.
ProtoVariable(Variable var)
          Conversion constructor.
 

Uses of Variable in visad.data.netcdf.in
 

Methods in visad.data.netcdf.in that return Variable
protected  Variable View.getCoordinateVariable(Dimension dim)
          Returns the netCDF coordinate variable associated with a netCDF dimension.
protected  Variable View.getCoordinateVariable(Dimension dim)
          Returns the netCDF coordinate variable associated with a netCDF dimension.
 Variable VirtualScalar.getVariable()
          Gets the netCDF variable.
 Variable VirtualScalar.getVariable()
          Gets the netCDF variable.
protected  Variable View.getVariable(String name)
          Returns the named netCDF variable.
protected  Variable View.getVariable(String name)
          Returns the named netCDF variable.
 

Methods in visad.data.netcdf.in with parameters of type Variable
protected  String View.getAttributeString(Variable var, String name)
          Returns a string-valued global attribute or a netCDF variable attribute.
protected  String View.getAttributeString(Variable var, String name)
          Returns a string-valued global attribute or a netCDF variable attribute.
protected  VirtualData View.getData(Variable var)
          Returns the virtual VisAD data object corresponding to a netCDF variable.
protected  VirtualData View.getData(Variable var)
          Returns the virtual VisAD data object corresponding to a netCDF variable.
protected  Dimension[] View.getDimensions(Variable var)
          Returns the netCDF dimensions of a netCDF variable.
protected  Dimension[] View.getDimensions(Variable var)
          Returns the netCDF dimensions of a netCDF variable.
protected  View.Domain DefaultView.getDomain(Variable var)
          Returns the domain of a netCDF variable.
protected abstract  View.Domain View.getDomain(Variable var)
          Returns the domain of a netCDF variable.
protected  View.Domain DefaultView.getDomain(Variable var)
          Returns the domain of a netCDF variable.
protected abstract  View.Domain View.getDomain(Variable var)
          Returns the domain of a netCDF variable.
protected  String View.getLongName(Variable var)
          Returns the long name of a netCDF variable according to the variable's long_name attribute.
protected  String View.getLongName(Variable var)
          Returns the long name of a netCDF variable according to the variable's long_name attribute.
protected  SimpleSet View.getRangeSet(Variable var)
          Gets the representational set for the values of a netCDF variable.
protected  SimpleSet View.getRangeSet(Variable var)
          Gets the representational set for the values of a netCDF variable.
protected  RealType View.getRealType(Variable var)
          Returns the VisAD RealType of a netCDF variable.
protected  RealType View.getRealType(Variable var)
          Returns the VisAD RealType of a netCDF variable.
protected  RealType View.getRealTypeFromLongName(Variable var)
          Returns the VisAD RealType corresponding to the long_name attribute of a netCDF variable.
protected  RealType View.getRealTypeFromLongName(Variable var)
          Returns the VisAD RealType corresponding to the long_name attribute of a netCDF variable.
protected  RealType View.getRealTypeFromName(Variable var)
          Returns the VisAD RealType corresponding to the name of a netCDF variable.
protected  RealType View.getRealTypeFromName(Variable var)
          Returns the VisAD RealType corresponding to the name of a netCDF variable.
protected  ScalarType View.getScalarType(Variable var)
          Gets the type of the values of a netCDF variable.
protected  ScalarType View.getScalarType(Variable var)
          Gets the type of the values of a netCDF variable.
protected  TextType View.getTextType(Variable var)
          Return the VisAD TextType of a netCDF variable.
protected  TextType View.getTextType(Variable var)
          Return the VisAD TextType of a netCDF variable.
protected  Unit View.getUnitFromAttribute(Variable var)
          Returns the unit of a netCDF variable according to the variable's unit attribute.
protected  Unit View.getUnitFromAttribute(Variable var)
          Returns the unit of a netCDF variable according to the variable's unit attribute.
protected  String View.getUnitString(Variable var)
          Returns the string value of the unit attribute of a netCDF variable.
protected  String View.getUnitString(Variable var)
          Returns the string value of the unit attribute of a netCDF variable.
protected  visad.data.netcdf.in.Vetter View.getVetter(Variable var)
          Returns a value-vetter for a netCDF variable.
protected  visad.data.netcdf.in.Vetter View.getVetter(Variable var)
          Returns a value-vetter for a netCDF variable.
protected  boolean View.isCoordinateVariable(Variable var)
          Indicates if a netCDF variable is a coordinate variable (i.e. has only one netCDF dimension and that dimension has the same name).
protected  boolean View.isCoordinateVariable(Variable var)
          Indicates if a netCDF variable is a coordinate variable (i.e. has only one netCDF dimension and that dimension has the same name).
protected  boolean DefaultView.isIgnorable(Variable var)
          Indicates if a given variable should be ignored during iteration.
protected abstract  boolean View.isIgnorable(Variable var)
          Indicates if a given variable should be ignored by the VirtualDataIterator during iteration over the virtual VisAD data objects in the netCDF dataset.
protected  boolean DefaultView.isIgnorable(Variable var)
          Indicates if a given variable should be ignored during iteration.
protected abstract  boolean View.isIgnorable(Variable var)
          Indicates if a given variable should be ignored by the VirtualDataIterator during iteration over the virtual VisAD data objects in the netCDF dataset.
protected  boolean View.isLongitude(Variable var)
          Indicates if a netCDF dimension represents longitude.
protected  boolean View.isLongitude(Variable var)
          Indicates if a netCDF dimension represents longitude.
protected  boolean View.isNumeric(Variable var)
          Indicates if the given netCDF variable is numeric.
protected  boolean View.isNumeric(Variable var)
          Indicates if the given netCDF variable is numeric.
protected  String View.newName(Variable var)
          Returns a name for a given variable that is slightly different that the variable's name and is guarenteed not to have been returned before.
protected  String View.newName(Variable var)
          Returns a name for a given variable that is slightly different that the variable's name and is guarenteed not to have been returned before.
 

Constructors in visad.data.netcdf.in with parameters of type Variable
View.Domain(Variable var)
          Constructs from a netCDF variable.
View.Domain(Variable var)
          Constructs from a netCDF variable.
VirtualReal(RealType type, Variable var, SimpleSet rangeSet, Unit unit, visad.data.netcdf.in.Vetter vetter)
          Constructs from a scalar type, a 1-D netCDF variable, a range set, a unit, and a value vetter.
VirtualReal(RealType type, Variable var, SimpleSet rangeSet, Unit unit, visad.data.netcdf.in.Vetter vetter)
          Constructs from a scalar type, a 1-D netCDF variable, a range set, a unit, and a value vetter.
VirtualScalar(ScalarType type, Variable var)
          Constructs from a scalar type and a 1-D netCDF variable
VirtualScalar(ScalarType type, Variable var)
          Constructs from a scalar type and a 1-D netCDF variable
VirtualScalar(ScalarType type, Variable var, SimpleSet rangeSet, Unit unit, visad.data.netcdf.in.Vetter vetter)
          Constructs from a scalar type, a 1-D netCDF variable, a range set, a unit, and a value vetter.
VirtualScalar(ScalarType type, Variable var, SimpleSet rangeSet, Unit unit, visad.data.netcdf.in.Vetter vetter)
          Constructs from a scalar type, a 1-D netCDF variable, a range set, a unit, and a value vetter.
VirtualText(ScalarType type, Variable var)
          Constructs from a scalar type and a 2-D char netCDF variable
VirtualText(ScalarType type, Variable var)
          Constructs from a scalar type and a 2-D char netCDF variable