Package ucar.nc2.dods
Class DODSAttribute
- java.lang.Object
-
- ucar.nc2.CDMNode
-
- ucar.nc2.Attribute
-
- ucar.nc2.dods.DODSAttribute
-
public class DODSAttribute extends ucar.nc2.AttributeAdapter 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.- See Also:
Attribute
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDODSAttribute(String dodsName, String val)DODSAttribute(String dodsName, Attribute att)constructor: adapter around dods.dap.Attribute
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDODSName()voidresetShortName(String name)voidsetDODSName(String name)-
Methods inherited from class ucar.nc2.Attribute
builder, builder, equals, getDataType, getEnumType, getLength, getName, getNumericValue, getNumericValue, getStringValue, getStringValue, getValue, getValues, hashCode, isArray, isspecial, isString, makeMap, setDataType, setEnumType, setName, setValues, setValues, toBuilder, toString, toString, writeCDL
-
-