public class MeteoUVSet extends Object
| 构造器 | 说明 |
|---|---|
MeteoUVSet() |
Constructor
|
MeteoUVSet(MeteoDataInfo mdi) |
Constructor
|
MeteoUVSet(MeteoDataInfo umdi,
MeteoDataInfo vmdi) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
boolean |
autoSetUVStr(List<String> vList) |
Try to set U/V variable names automatic
|
MeteoDataInfo |
getUDataInfo() |
Get U data info
|
String |
getUStr() |
Get U variable name
|
MeteoDataInfo |
getVDataInfo() |
Get V data info
|
String |
getVStr() |
Get V variable name
|
boolean |
isFixUVStr() |
Get if fix U/V variable names
|
boolean |
isUV() |
Get if is U/V or direction/speed
|
void |
setFixUVStr(boolean istrue) |
Set if fix U/V variable name
|
void |
setUDataInfo(MeteoDataInfo value) |
Set U data info
|
void |
setUStr(String value) |
Set U variable name
|
void |
setUV(boolean istrue) |
Set if is U/V or direction/speed
|
void |
setVDataInfo(MeteoDataInfo value) |
Set V data info
|
void |
setVStr(String value) |
Set V variable name
|
public MeteoUVSet()
public MeteoUVSet(MeteoDataInfo mdi)
mdi - MeteoDataInfopublic MeteoUVSet(MeteoDataInfo umdi, MeteoDataInfo vmdi)
umdi - U MeteoDataInfovmdi - V MeteoDataInfopublic String getUStr()
public void setUStr(String value)
value - U variable namepublic String getVStr()
public void setVStr(String value)
value - V variable namepublic boolean isFixUVStr()
public void setFixUVStr(boolean istrue)
istrue - Booleanpublic boolean isUV()
public void setUV(boolean istrue)
istrue - Booleanpublic MeteoDataInfo getUDataInfo()
public void setUDataInfo(MeteoDataInfo value)
value - U data infopublic MeteoDataInfo getVDataInfo()
public void setVDataInfo(MeteoDataInfo value)
value - V data infoCopyright © 2019. All rights reserved.