Package com.azure.maps.weather.models
Class StormForecast
java.lang.Object
com.azure.maps.weather.models.StormForecast
Government-issued storm forecast.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.models.GeoPosition
Get the coordinates property: Coordinates of the storm.Get the initializedTimestamp property: Datetime the forecast was created, displayed in ISO8601 format.Get the maxWindGust property: Maximum wind gust speed associated with the storm.Get the status property: Storm status.Get the sustainedWind property: Maximum sustained wind speed associated with the storm.Get the timestamp property: Datetime the forecast is valid, displayed in ISO8601 format.Get the weatherWindow property: Contains information about the forecast window for the storm during the specified time period (not the entire cone).Get the windRadiiSummary property: Displayed when details=true or radiiGeometry=true in the request.
-
Method Details
-
getTimestamp
Get the timestamp property: Datetime the forecast is valid, displayed in ISO8601 format.- Returns:
- the timestamp value.
-
getInitializedTimestamp
Get the initializedTimestamp property: Datetime the forecast was created, displayed in ISO8601 format.- Returns:
- the initializedTimestamp value.
-
getCoordinates
public com.azure.core.models.GeoPosition getCoordinates()Get the coordinates property: Coordinates of the storm.- Returns:
- the coordinates value.
-
getMaxWindGust
Get the maxWindGust property: Maximum wind gust speed associated with the storm. May be NULL.- Returns:
- the maxWindGust value.
-
getSustainedWind
Get the sustainedWind property: Maximum sustained wind speed associated with the storm. May be NULL.- Returns:
- the sustainedWind value.
-
getStatus
Get the status property: Storm status.- Returns:
- the status value.
-
getWeatherWindow
Get the weatherWindow property: Contains information about the forecast window for the storm during the specified time period (not the entire cone). If windowGeometry=true in the request, this object will include geoJSON details for window geometry.- Returns:
- the weatherWindow value.
-
getWindRadiiSummary
Get the windRadiiSummary property: Displayed when details=true or radiiGeometry=true in the request.- Returns:
- the windRadiiSummary value.
-