Package com.cercalia.sdk.model.poi
Class WeatherDayForecast
java.lang.Object
com.cercalia.sdk.model.poi.WeatherDayForecast
Represents weather forecast data for a single day.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getDate
- Returns:
- The date of the forecast in
YYYYMMDDformat.
-
getPrecipitationChance0012
- Returns:
- The probability of precipitation (0-1) between 00:00 and 12:00.
-
getPrecipitationChance1224
- Returns:
- The probability of precipitation (0-1) between 12:00 and 24:00.
-
getSnowLevel0012
- Returns:
- The estimated snow level in meters between 00:00 and 12:00.
-
getSnowLevel1224
- Returns:
- The estimated snow level in meters between 12:00 and 24:00.
-
getSkyConditions0012
- Returns:
- Sky condition code between 00:00 and 12:00.
-
getSkyConditions1224
- Returns:
- Sky condition code between 12:00 and 24:00.
-
getWindSpeed0012
- Returns:
- Average wind speed in km/h between 00:00 and 12:00.
-
getWindSpeed1224
- Returns:
- Average wind speed in km/h between 12:00 and 24:00.
-
getTemperatureMax
- Returns:
- Maximum temperature in Celsius.
-
getTemperatureMin
- Returns:
- Minimum temperature in Celsius.
-
builder
- Returns:
- A new builder instance.
-
toString
-