com.supermap.realspace

Class FlyStatus



  • public class FlyStatus
    extends Enum
    This enumeration class defines the constants representing the types of flying modes.

    This enumeration class contains three types of flying modes. Each mode represents a current flying action.

    • Field Detail

      • STOP

        public static final FlyStatus STOP
        The current flying stopped.
      • PAUSE

        public static final FlyStatus PAUSE
        The current flying status is Paused. The fly with all the current settings can be resumed by setting Play.
      • PLAY

        public static final FlyStatus PLAY
        Is flying.