com.supermap.mobjects.animation

类 AnimationManager2D

  • 所有已实现的接口:
    IDisposable


    public class AnimationManager2D
    extends AnimationManager
    二维动画管理类。该类提供了二维动画管理类的一系列功能。
    • 构造器详细资料

      • AnimationManager2D

        public AnimationManager2D()
        构造函数
      • AnimationManager2D

        public AnimationManager2D(long handle)
        通过管理器句柄构造函数
        参数:
        handle - 二维动画管理器句柄
      • AnimationManager2D

        public AnimationManager2D(long handle,
                                  ReentrantLock lock)
        通过管理器句柄构造函数
        参数:
        handle - 二维动画管理器句柄
        lock - 画管理器线程锁
    • 方法详细资料

      • setMapControl

        public void setMapControl(MapControl pMapControl)
        设置二维地图控件对象
        参数:
        pMapControl - 二维地图控件
      • getMapControl

        public MapControl getMapControl()
        获取二维地图控件对象
        返回:
        二维地图控件
      • hitTest

        public AnimationGO hitTest(Point2D pt)
        点击获取选中的动画对象
        参数:
        pt - 位置点
        返回:
        被选中的动画

Copyright © 2021–2024 SuperMap. All rights reserved.