com.supermap.realspace
Class FlyingMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.realspace.FlyingMode
-
public class FlyingMode extends Enum
The enumeration defines the type constant of the flight mode, to set the way that flying to the specific location.
-
-
Field Summary
Fields Modifier and Type Field and Description static FlyingModeFLYINGCIRCLEThe camera moves around the specified point.static FlyingModeFLYINGPLAYThe camera shifts to the specified point by flying.static FlyingModeFLYINGTOThe camera switches to the specified point immediately.
-
-
-
Field Detail
-
FLYINGTO
public static final FlyingMode FLYINGTO
The camera switches to the specified point immediately.
-
FLYINGPLAY
public static final FlyingMode FLYINGPLAY
The camera shifts to the specified point by flying.
-
FLYINGCIRCLE
public static final FlyingMode FLYINGCIRCLE
The camera moves around the specified point.
-
-