Class MeteoUVSet



  • public class MeteoUVSet
    extends java.lang.Object
    • 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 MeteoDataInfo
        vmdi - 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