com.supermap.mapping
Class MapViewAnimation
- java.lang.Object
-
- com.supermap.mapping.MapViewAnimation
-
public class MapViewAnimation extends java.lang.Object
Map drawing animation class Created by jk on 2020/8/20.
-
-
Constructor Summary
Constructors Constructor and Description MapViewAnimation(MapView mapview)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
cancelMapDrawAngle()
Cancels the drawing of the rotation anglevoid
cancelMapDrawSlanAngle()
Cancels the drawing of the pitchvoid
drawMapAngle(double angle, double range, long delayMillis)
Draws the rotation anglevoid
drawSlantAngle(double angle, double range, long delayMillis)
Drawing the pitch
-
-
-
Constructor Detail
-
MapViewAnimation
public MapViewAnimation(MapView mapview)
The constructor.- Parameters:
mapview
-
-
-
Method Detail
-
drawMapAngle
public void drawMapAngle(double angle, double range, long delayMillis)
Draws the rotation angle- Parameters:
angle
- rotation angle range rotation range delayMillis rotation interval
-
cancelMapDrawAngle
public void cancelMapDrawAngle()
Cancels the drawing of the rotation angle- Parameters:
- -
-
drawSlantAngle
public void drawSlantAngle(double angle, double range, long delayMillis)
Drawing the pitch- Parameters:
angle
- pitch range pitch range delayMillis pitch interval
-
cancelMapDrawSlanAngle
public void cancelMapDrawSlanAngle()
Cancels the drawing of the pitch- Parameters:
- -
-
-