类 MeteoUVSet
- java.lang.Object
-
- org.meteoinfo.data.meteodata.MeteoUVSet
-
public class MeteoUVSet extends java.lang.Object- 作者:
- Yaqiang Wang
-
-
构造器概要
构造器 构造器 说明 MeteoUVSet()ConstructorMeteoUVSet(MeteoDataInfo mdi)ConstructorMeteoUVSet(MeteoDataInfo umdi, MeteoDataInfo vmdi)Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanautoSetUVStr(java.util.List<java.lang.String> vList)Try to set U/V variable names automaticMeteoDataInfogetUDataInfo()Get U data infojava.lang.StringgetUStr()Get U variable nameMeteoDataInfogetVDataInfo()Get V data infojava.lang.StringgetVStr()Get V variable namebooleanisFixUVStr()Get if fix U/V variable namesbooleanisUV()Get if is U/V or direction/speedvoidsetFixUVStr(boolean istrue)Set if fix U/V variable namevoidsetUDataInfo(MeteoDataInfo value)Set U data infovoidsetUStr(java.lang.String value)Set U variable namevoidsetUV(boolean istrue)Set if is U/V or direction/speedvoidsetVDataInfo(MeteoDataInfo value)Set V data infovoidsetVStr(java.lang.String value)Set V variable name
-
-
-
构造器详细资料
-
MeteoUVSet
public MeteoUVSet()
Constructor
-
MeteoUVSet
public MeteoUVSet(MeteoDataInfo mdi)
Constructor- 参数:
mdi- MeteoDataInfo
-
MeteoUVSet
public MeteoUVSet(MeteoDataInfo umdi, MeteoDataInfo vmdi)
Constructor- 参数:
umdi- U MeteoDataInfovmdi- V MeteoDataInfo
-
-
方法详细资料
-
getUStr
public java.lang.String getUStr()
Get U variable name- 返回:
- U variable name
-
setUStr
public void setUStr(java.lang.String value)
Set U variable name- 参数:
value- U variable name
-
getVStr
public java.lang.String getVStr()
Get V variable name- 返回:
- V variable name
-
setVStr
public void setVStr(java.lang.String value)
Set V variable name- 参数:
value- V variable name
-
isFixUVStr
public boolean isFixUVStr()
Get if fix U/V variable names- 返回:
- Boolean
-
setFixUVStr
public void setFixUVStr(boolean istrue)
Set if fix U/V variable name- 参数:
istrue- Boolean
-
isUV
public boolean isUV()
Get if is U/V or direction/speed- 返回:
- Boolean
-
setUV
public void setUV(boolean istrue)
Set if is U/V or direction/speed- 参数:
istrue- Boolean
-
getUDataInfo
public MeteoDataInfo getUDataInfo()
Get U data info- 返回:
- U data info
-
setUDataInfo
public void setUDataInfo(MeteoDataInfo value)
Set U data info- 参数:
value- U data info
-
getVDataInfo
public MeteoDataInfo getVDataInfo()
Get V data info- 返回:
- V data info
-
setVDataInfo
public void setVDataInfo(MeteoDataInfo value)
Set V data info- 参数:
value- V data info
-
autoSetUVStr
public boolean autoSetUVStr(java.util.List<java.lang.String> vList)
Try to set U/V variable names automatic- 参数:
vList- Variables list- 返回:
- If can find U/V variables
-
-