Package com.azure.maps.weather.models
Class ForecastInterval
java.lang.Object
com.azure.maps.weather.models.ForecastInterval
The ForecastInterval model.
-
Method Summary
Modifier and TypeMethodDescriptionGet the cloudCover property: Percent representing cloud cover.getColor()
Get the color property: The full spectrum color that maps to the dBZ (decibel relative to Z).Get the decibelRelativeToZ property: A unit that represents forecasted precipitation intensity.Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`.Get the minute property: The first minute for the interval.Get the precipitationType property: Specifies the type of precipitation ("Rain" "Snow" "Ice" or "Mix").Get the shortDescription property: A short phrase describing precipitation condition for the interval.Get the simplifiedColor property: The band color that maps to the precipitation type and threshold.Get the startTime property: The date and time for the start of the interval in ISO 8601 format, for example, 2019-10-27T19:39:57-08:00.Get the threshold property: Key that specifies the threshold value.
-
Method Details
-
getStartTime
Get the startTime property: The date and time for the start of the interval in ISO 8601 format, for example, 2019-10-27T19:39:57-08:00.- Returns:
- the startTime value.
-
getMinute
Get the minute property: The first minute for the interval.- Returns:
- the minute value.
-
getDecibelRelativeToZ
Get the decibelRelativeToZ property: A unit that represents forecasted precipitation intensity.- Returns:
- the decibelRelativeToZ value.
-
getShortDescription
Get the shortDescription property: A short phrase describing precipitation condition for the interval.- Returns:
- the shortDescription value.
-
getThreshold
Get the threshold property: Key that specifies the threshold value. Along with precipitationType, can be used to determine the simplifiedColor. If dbz is zero, not present in the response.- Returns:
- the threshold value.
-
getColor
Get the color property: The full spectrum color that maps to the dBZ (decibel relative to Z). If dbz is zero, color is not present in the response.- Returns:
- the color value.
-
getSimplifiedColor
Get the simplifiedColor property: The band color that maps to the precipitation type and threshold. If dbz is zero, not present in the response.- Returns:
- the simplifiedColor value.
-
getPrecipitationType
Get the precipitationType property: Specifies the type of precipitation ("Rain" "Snow" "Ice" or "Mix"). If dbz is zero, precipitationType is not present in the response.- Returns:
- the precipitationType value.
-
getIconCode
Get the iconCode property: Numeric value representing an image that displays the `iconPhrase`. Please refer to [Weather Service Concepts](https://aka.ms/AzureMapsWeatherConcepts) for details.- Returns:
- the iconCode value.
-
getCloudCover
Get the cloudCover property: Percent representing cloud cover.- Returns:
- the cloudCover value.
-