Uses of Class
com.google.gwt.maps.client.weatherlib.WindSpeedUnit

Packages that use WindSpeedUnit
com.google.gwt.maps.client.weatherlib   
 

Uses of WindSpeedUnit in com.google.gwt.maps.client.weatherlib
 

Methods in com.google.gwt.maps.client.weatherlib that return WindSpeedUnit
static WindSpeedUnit WindSpeedUnit.fromValue(String type)
          Maps the value to an instance of the enum
 WindSpeedUnit WeatherLayerOptions.getWindSpeedUnits()
          Gets the units to use for wind speed.
 WindSpeedUnit WeatherFeature.getWindSpeedUnits()
          Gets the units to use for wind speed.
static WindSpeedUnit WindSpeedUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WindSpeedUnit[] WindSpeedUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.maps.client.weatherlib with parameters of type WindSpeedUnit
 void WeatherLayerOptions.setWindSpeedUnits(WindSpeedUnit windSpeedUnits)
          Sets the units to use for wind speed.
 void WeatherFeature.setWindSpeedUnits(WindSpeedUnit windSpeedUnit)
          Sets the units to use for wind speed.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.