Package org.meteoinfo.data.meteodata
Class MeteoUVSet
- java.lang.Object
-
- org.meteoinfo.data.meteodata.MeteoUVSet
-
public class MeteoUVSet extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MeteoUVSet()ConstructorMeteoUVSet(MeteoDataInfo mdi)ConstructorMeteoUVSet(MeteoDataInfo umdi, MeteoDataInfo vmdi)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
Constructor Detail
-
MeteoUVSet
public MeteoUVSet()
Constructor
-
MeteoUVSet
public MeteoUVSet(MeteoDataInfo mdi)
Constructor- Parameters:
mdi- MeteoDataInfo
-
MeteoUVSet
public MeteoUVSet(MeteoDataInfo umdi, MeteoDataInfo vmdi)
Constructor- Parameters:
umdi- U MeteoDataInfovmdi- V MeteoDataInfo
-
-
Method Detail
-
getUStr
public java.lang.String getUStr()
Get U variable name- Returns:
- U variable name
-
setUStr
public void setUStr(java.lang.String value)
Set U variable name- Parameters:
value- U variable name
-
getVStr
public java.lang.String getVStr()
Get V variable name- Returns:
- V variable name
-
setVStr
public void setVStr(java.lang.String value)
Set V variable name- Parameters:
value- V variable name
-
isFixUVStr
public boolean isFixUVStr()
Get if fix U/V variable names- Returns:
- Boolean
-
setFixUVStr
public void setFixUVStr(boolean istrue)
Set if fix U/V variable name- Parameters:
istrue- Boolean
-
isUV
public boolean isUV()
Get if is U/V or direction/speed- Returns:
- Boolean
-
setUV
public void setUV(boolean istrue)
Set if is U/V or direction/speed- Parameters:
istrue- Boolean
-
getUDataInfo
public MeteoDataInfo getUDataInfo()
Get U data info- Returns:
- U data info
-
setUDataInfo
public void setUDataInfo(MeteoDataInfo value)
Set U data info- Parameters:
value- U data info
-
getVDataInfo
public MeteoDataInfo getVDataInfo()
Get V data info- Returns:
- V data info
-
setVDataInfo
public void setVDataInfo(MeteoDataInfo value)
Set V data info- Parameters:
value- V data info
-
autoSetUVStr
public boolean autoSetUVStr(java.util.List<java.lang.String> vList)
Try to set U/V variable names automatic- Parameters:
vList- Variables list- Returns:
- If can find U/V variables
-
-