Package com.azure.maps.weather.models
Class StormSearchResultItem
java.lang.Object
com.azure.maps.weather.models.StormSearchResultItem
Government-issued active storm event.
-
Method Summary
Modifier and TypeMethodDescriptionGet the basinId property: Basin identifier (AL, EP, SI, NI, CP, NP, SP).getGovId()
Get the govId property: Government storm ID.getName()
Get the name property: The name of the depression.getYear()
Get the year property: Year of origination.isActive()
Get the isActive property: True if the depression has been updated recently.Get the isRetired property: True if the storm name has been permanently retired in the source basin.Get the isSubtropical property: True when the depression is classified as a subtropical cyclone.
-
Method Details
-
getYear
Get the year property: Year of origination.- Returns:
- the year value.
-
getBasinId
Get the basinId property: Basin identifier (AL, EP, SI, NI, CP, NP, SP).- Returns:
- the basinId value.
-
getName
Get the name property: The name of the depression.- Returns:
- the name value.
-
isActive
Get the isActive property: True if the depression has been updated recently.- Returns:
- the isActive value.
-
isRetired
Get the isRetired property: True if the storm name has been permanently retired in the source basin.- Returns:
- the isRetired value.
-
isSubtropical
Get the isSubtropical property: True when the depression is classified as a subtropical cyclone.- Returns:
- the isSubtropical value.
-
getGovId
Get the govId property: Government storm ID. This will match the depression number.- Returns:
- the govId value.
-