com.supermap.ar.areffect.gnss
类 PoseMixer
- java.lang.Object
-
- com.supermap.ar.areffect.gnss.PoseMixer
-
- 所有已实现的接口:
- IPoseMixer
- 直接已知子类:
- PoseMixer0, PoseMixer1, PoseMixer2, PoseMixer3, PoseMixer4
public class PoseMixer extends java.lang.Object implements IPoseMixer
姿态混合器
-
-
构造器概要
构造器 构造器和说明 PoseMixer(EffectView effectView)
构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
释放资源Location
getCurrentLocation()
获取当前位置PoseData
getCurrentPoseData()
获取当前姿态数据LocationUpdateListener
getLocationUpdateListener()
获取位置更新监听
-
-
-
构造器详细资料
-
PoseMixer
public PoseMixer(EffectView effectView)
构造函数- 参数:
effectView
-
-
-
方法详细资料
-
getLocationUpdateListener
public LocationUpdateListener getLocationUpdateListener()
获取位置更新监听- 指定者:
getLocationUpdateListener
在接口中IPoseMixer
- 返回:
-
getCurrentLocation
public Location getCurrentLocation()
获取当前位置- 指定者:
getCurrentLocation
在接口中IPoseMixer
- 返回:
-
getCurrentPoseData
public PoseData getCurrentPoseData()
获取当前姿态数据- 指定者:
getCurrentPoseData
在接口中IPoseMixer
- 返回:
-
dispose
public void dispose()
释放资源- 指定者:
dispose
在接口中IPoseMixer
-
-