com.supermap.mobjects.animation

类 AnimationManager3D

  • 所有已实现的接口:
    IDisposable


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

      • AnimationManager3D

        public AnimationManager3D(long handle,
                                  ReentrantLock lock)
        通过管理器句柄构造函数
        参数:
        handle - 三维动画管理器句柄
        lock - 动画管理器线程锁
      • AnimationManager3D

        public AnimationManager3D()
        构造函数
      • AnimationManager3D

        public AnimationManager3D(long handle)
        通过管理器句柄构造函数
        参数:
        handle - 三维动画管理器句柄
    • 方法详细资料

      • setSceneControl

        public void setSceneControl(SceneControl pSceneControl)
        设置三维场景控件对象
        参数:
        pSceneControl - 三维场景控件
      • getSceneControl

        public SceneControl getSceneControl()
        获取三维场景控件对象
        返回:
        三维场景控件
      • hitTest

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

Copyright © 2021–2024 SuperMap. All rights reserved.