Package ucar.unidata.data
Class NamedArray
java.lang.Object
ucar.unidata.data.NamedArray
- Version:
- $Revision: 1.39 $
- Author:
- IDV development team
-
Constructor Details
-
NamedArray
ctor- Parameters:
name
- nameunit
- unitvalues
- values
-
-
Method Details
-
setName
Set the Name property.- Parameters:
value
- The new value for Name
-
getName
Get the Name property.- Returns:
- The Name
-
setUnit
Set the Unit property.- Parameters:
value
- The new value for Unit
-
getUnit
Get the Unit property.- Returns:
- The Unit
-
setValues
public void setValues(float[] value) Set the Values property.- Parameters:
value
- The new value for Values
-
getValues
public float[] getValues()Get the Values property.- Returns:
- The Values
-