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

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

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

Methods in com.google.gwt.maps.client.weatherlib that return TemperatureUnit
static TemperatureUnit TemperatureUnit.fromValue(String type)
          Maps the value to an instance of the enum
 TemperatureUnit WeatherLayerOptions.getTemperatureUnits()
          Gets the units to use for temperature.
 TemperatureUnit WeatherFeature.getTemperatureUnits()
          Gets the units to use for temperature.
static TemperatureUnit TemperatureUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TemperatureUnit[] TemperatureUnit.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 TemperatureUnit
 void WeatherLayerOptions.setTemperatureUnits(TemperatureUnit temperatureUnits)
          Sets the units to use for temperature.
 void WeatherFeature.setTemperatureUnits(TemperatureUnit temperatureUnit)
          Sets the units to use for temperature.
 



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