: Public <<enumeration>> Class
Created: 16/02/2016 11:48:14 AM
Modified: 29/04/2016 3:29:27 PM
Project:
Advanced:
The movement type for a tropical cyclone, either MOVING, MOVING_SLOWLY, or STATIONARY<br/>
Attribute
Public int
  MOVING
Details:
Notes: The tropical cyclone is moving and will be reported with the associated movement speed and direction<br/>
Public int
  MOVING_SLOWLY
Details:
Notes: The tropical cyclone is moving slowly (#lt; 6 km/h or 3 kt) and will not have a reported movement speed or direction<br/>
Public int
  STATIONARY
Details:
Notes: The tropical cyclone is stationary (#lt; 2 km/h or 1 kt) and will not have a reported movement speed or direction<br/>