Package com.azure.maps.weather.models
Class StormWindRadiiSummary
java.lang.Object
com.azure.maps.weather.models.StormWindRadiiSummary
Displayed when details=true or radiiGeometry=true in the request.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.models.GeoPolygon
Return GeoPolygonGet the radiusSectorData property: Contains the information needed to plot wind radius quadrants.Get the timestamp property: DateTime for which the wind radii summary data is valid, displayed in ISO8601 format.Get the windSpeed property: Wind speed associated with the radiusSectorData.
-
Method Details
-
getTimestamp
Get the timestamp property: DateTime for which the wind radii summary data is valid, displayed in ISO8601 format.- Returns:
- the timestamp value.
-
getWindSpeed
Get the windSpeed property: Wind speed associated with the radiusSectorData.- Returns:
- the windSpeed value.
-
getRadiusSectorData
Get the radiusSectorData property: Contains the information needed to plot wind radius quadrants. Bearing 0–90 = NE quadrant; 90–180 = SE quadrant; 180–270 = SW quadrant; 270–360 = NW quadrant.- Returns:
- the radiusSectorData value.
-
getPolygon
public com.azure.core.models.GeoPolygon getPolygon()Return GeoPolygon- Returns:
- Returns a
GeoPolygon
for this weather window
-