Class StormForecast

java.lang.Object
com.azure.maps.weather.models.StormForecast

public final class StormForecast extends Object
Government-issued storm forecast.
  • Method Details

    • getTimestamp

      public String getTimestamp()
      Get the timestamp property: Datetime the forecast is valid, displayed in ISO8601 format.
      Returns:
      the timestamp value.
    • getInitializedTimestamp

      public String 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

      public WeatherUnitDetails getMaxWindGust()
      Get the maxWindGust property: Maximum wind gust speed associated with the storm. May be NULL.
      Returns:
      the maxWindGust value.
    • getSustainedWind

      public WeatherUnitDetails getSustainedWind()
      Get the sustainedWind property: Maximum sustained wind speed associated with the storm. May be NULL.
      Returns:
      the sustainedWind value.
    • getStatus

      public String getStatus()
      Get the status property: Storm status.
      Returns:
      the status value.
    • getWeatherWindow

      public WeatherWindow 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

      public List<StormWindRadiiSummary> getWindRadiiSummary()
      Get the windRadiiSummary property: Displayed when details=true or radiiGeometry=true in the request.
      Returns:
      the windRadiiSummary value.