ucar.nc2.dods
Class DODSAttribute

java.lang.Object
  extended by ucar.nc2.Attribute
      extended by ucar.nc2.dods.DODSAttribute

public class DODSAttribute
extends Attribute

Adapter for dods.dap.Atribute. Byte attributes are widened to short because DODS has Bytes as unsigned, but in Java they are signed.

Version:
$Revision: 51 $ $Date: 2006-07-12 17:13:13Z $
Author:
caron
See Also:
Attribute

Field Summary
 
Fields inherited from class ucar.nc2.Attribute
dataType, ima, name, nelems, values
 
Constructor Summary
  DODSAttribute(java.lang.String dodsName, opendap.dap.Attribute att)
          constructor: adapter around dods.dap.Attribute
protected DODSAttribute(java.lang.String dodsName, java.lang.String val)
           
 
Method Summary
 
Methods inherited from class ucar.nc2.Attribute
equals, getDataType, getLength, getName, getNumericValue, getNumericValue, getStringValue, getStringValue, getValues, hashCode, isArray, isString, setName, setStringValue, setValueOld, setValues, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DODSAttribute

public DODSAttribute(java.lang.String dodsName,
                     opendap.dap.Attribute att)
constructor: adapter around dods.dap.Attribute


DODSAttribute

protected DODSAttribute(java.lang.String dodsName,
                        java.lang.String val)