Uses of Class
opendap.dap.Attribute

Packages that use Attribute
opendap.dap This package contains the OPeNDAP core classes, known as the Data Access Protocol (DAP). 
ucar.nc2.dods OpenDAP-netCDF library. 
 

Uses of Attribute in opendap.dap
 

Subclasses of Attribute in opendap.dap
 class Alias
          The Alias type is a special attribute.
 

Methods in opendap.dap that return Attribute
 Attribute BaseType.getAttribute()
           
 Attribute AttributeTable.getAttribute(String name)
          Returns the Attribute which matches name.
 Attribute BaseType.getAttribute(String name)
           
 

Methods in opendap.dap with parameters of type Attribute
 void Alias.setMyAttribute(Attribute a)
           
 

Uses of Attribute in ucar.nc2.dods
 

Constructors in ucar.nc2.dods with parameters of type Attribute
DODSAttribute(String dodsName, Attribute att)
          constructor: adapter around dods.dap.Attribute
 



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