ucar.nc2.dods
Class DODSAttribute
java.lang.Object
ucar.nc2.Attribute
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
|
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)
|
| 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 |
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)