类 MeteoUVSet


  • public class MeteoUVSet
    extends Object
    作者:
    Yaqiang Wang
    • 构造器详细资料

      • MeteoUVSet

        public MeteoUVSet()
        Constructor
      • MeteoUVSet

        public MeteoUVSet​(MeteoDataInfo mdi)
        Constructor
        参数:
        mdi - MeteoDataInfo
      • MeteoUVSet

        public MeteoUVSet​(MeteoDataInfo umdi,
                          MeteoDataInfo vmdi)
        Constructor
        参数:
        umdi - U MeteoDataInfo
        vmdi - V MeteoDataInfo
    • 方法详细资料

      • getUStr

        public String getUStr()
        Get U variable name
        返回:
        U variable name
      • setUStr

        public void setUStr​(String value)
        Set U variable name
        参数:
        value - U variable name
      • getVStr

        public String getVStr()
        Get V variable name
        返回:
        V variable name
      • setVStr

        public void setVStr​(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​(List<String> vList)
        Try to set U/V variable names automatic
        参数:
        vList - Variables list
        返回:
        If can find U/V variables