ucar.nc2.dods
Class DODSAttribute
java.lang.Object
ucar.nc2.Attribute
ucar.nc2.dods.DODSAttribute
@Immutable
public class DODSAttribute
- extends Attribute
Adapter for dods.dap.Attribute into a ucar.nc2.Attribute.
Byte attributes are widened to short because DODS has Bytes as unsigned,
but in Java they are signed.
- 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, setValues, toString, 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
- Parameters:
dodsName - the attribute nameatt - the dods ayytibute
DODSAttribute
protected DODSAttribute(java.lang.String dodsName,
java.lang.String val)