Package ucar.nc2.dt.point
Class PointObVar
- java.lang.Object
-
- ucar.nc2.dt.point.PointObVar
-
public class PointObVar extends Object
Deprecated.use ucar.nc2.ft.pointPoint Data Variables for CFPointWriter- Since:
- Oct 22, 2008
-
-
Constructor Summary
Constructors Constructor Description PointObVar()
Deprecated.PointObVar(String name, String units, String desc, DataType dtype, int len)
Deprecated.PointObVar(VariableSimpleIF v)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DataType
getDataType()
Deprecated.String
getDesc()
Deprecated.int
getLen()
Deprecated.String
getName()
Deprecated.String
getUnits()
Deprecated.void
setDataType(DataType dtype)
Deprecated.void
setDesc(String desc)
Deprecated.void
setLen(int len)
Deprecated.void
setName(String name)
Deprecated.void
setUnits(String units)
Deprecated.
-
-
-
Constructor Detail
-
PointObVar
public PointObVar()
Deprecated.
-
PointObVar
public PointObVar(String name, String units, String desc, DataType dtype, int len)
Deprecated.
-
PointObVar
public PointObVar(VariableSimpleIF v)
Deprecated.
-
-
Method Detail
-
getName
public String getName()
Deprecated.
-
setName
public void setName(String name)
Deprecated.
-
getUnits
public String getUnits()
Deprecated.
-
setUnits
public void setUnits(String units)
Deprecated.
-
getDesc
public String getDesc()
Deprecated.
-
setDesc
public void setDesc(String desc)
Deprecated.
-
getDataType
public DataType getDataType()
Deprecated.
-
setDataType
public void setDataType(DataType dtype)
Deprecated.
-
getLen
public int getLen()
Deprecated.
-
setLen
public void setLen(int len)
Deprecated.
-
-