ucar.netcdf
Class NumericAttrVal
java.lang.Object
ucar.netcdf.AttrVal
ucar.netcdf.NumericAttrVal
- All Implemented Interfaces:
- Cloneable, Serializable
- final class NumericAttrVal
- extends AttrVal
NumericAttrVal
NumericAttrVal(Number nn,
Class componentType)
NumericAttrVal
NumericAttrVal(Object data)
hashCode
public int hashCode()
equals
public boolean equals(Object oo)
getValue
Object getValue()
- Specified by:
getValue in class AttrVal
get
Object get(int index)
- Specified by:
get in class AttrVal
getNumericValue
Number getNumericValue(int index)
- Specified by:
getNumericValue in class AttrVal
getNumericValue
Number getNumericValue()
- Specified by:
getNumericValue in class AttrVal
getComponentType
Class getComponentType()
- Specified by:
getComponentType in class AttrVal
getLength
int getLength()
- Specified by:
getLength in class AttrVal
toCdl
void toCdl(StringBuffer buf)
- Specified by:
toCdl in class AttrVal