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
Methods inherited from class ucar.nc2.Attribute |
equals, getDataType, getLength, getName, getNumericValue, getNumericValue, getStringValue, getStringValue, getValue, getValues, hashCode, isArray, isString, isUnsigned, setValues, toString, toString |
DODSAttribute
public DODSAttribute(String dodsName,
Attribute att)
- constructor: adapter around dods.dap.Attribute
- Parameters:
dodsName
- the attribute nameatt
- the dods attribute
DODSAttribute
protected DODSAttribute(String dodsName,
String val)
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.