java.lang.Object | |
↳ | lineageos.providers.WeatherContract.WeatherColumns |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WeatherContract.WeatherColumns.TempUnit | Temperature units | ||||||||||
WeatherContract.WeatherColumns.WeatherCode | Weather condition codes | ||||||||||
WeatherContract.WeatherColumns.WindSpeedUnit | Wind speed units |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | CURRENT_CITY |
The city name
Type: TEXT |
|||||||||
String | CURRENT_CONDITION | A localized string mapped to the current weather condition code. | |||||||||
String | CURRENT_CONDITION_CODE |
A Valid WeatherContract.WeatherColumns.WeatherCode
Type: INTEGER |
|||||||||
String | CURRENT_HUMIDITY |
The current weather humidity
Type: DOUBLE |
|||||||||
String | CURRENT_TEMPERATURE |
The current weather temperature
Type: DOUBLE |
|||||||||
String | CURRENT_TEMPERATURE_UNIT |
The unit in which current temperature is reported
Type: INTEGER Can be one of the following: |
|||||||||
String | CURRENT_TIMESTAMP |
The timestamp when this weather was reported
Type: LONG |
|||||||||
String | CURRENT_WIND_DIRECTION |
The current wind direction (in degrees)
Type: DOUBLE |
|||||||||
String | CURRENT_WIND_SPEED |
The current wind speed
Type: DOUBLE |
|||||||||
String | CURRENT_WIND_SPEED_UNIT |
The unit in which the wind speed is reported
Type: INTEGER Can be one of the following: |
|||||||||
String | FORECAST_CONDITION | A localized string mapped to the forecasted weather condition code. | |||||||||
String | FORECAST_CONDITION_CODE | The code identifying the forecasted weather condition. | |||||||||
String | FORECAST_HIGH |
The forecasted high temperature
Type: DOUBLE |
|||||||||
String | FORECAST_LOW |
The forecasted low temperature
Type: DOUBLE |
|||||||||
String | TODAYS_HIGH_TEMPERATURE | Today's high temperature. | |||||||||
String | TODAYS_LOW_TEMPERATURE | Today's low temperature. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_URI | |||||||||||
CURRENT_AND_FORECAST_WEATHER_URI | |||||||||||
CURRENT_WEATHER_URI | |||||||||||
FORECAST_WEATHER_URI |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The city name
Type: TEXT
A localized string mapped to the current weather condition code. Note that, if no locale is found, the string will be in english
Type: TEXT
The current weather humidity
Type: DOUBLE
The current weather temperature
Type: DOUBLE
The unit in which current temperature is reported
Type: INTEGER
Can be one of the following:The timestamp when this weather was reported
Type: LONG
The current wind direction (in degrees)
Type: DOUBLE
The current wind speed
Type: DOUBLE
A localized string mapped to the forecasted weather condition code. Note that, if no locale is found, the string will be in english
Type: TEXT
The code identifying the forecasted weather condition.
See also:
The forecasted high temperature
Type: DOUBLE
The forecasted low temperature
Type: DOUBLE
Today's high temperature.
Type: DOUBLE
Today's low temperature.
Type: DOUBLE