com.supermap.ar.areffect.gnss
接口 IPoseMixer
-
- 所有已知实现类:
- PoseMixer, PoseMixer0, PoseMixer1, PoseMixer2, PoseMixer3, PoseMixer4
public interface IPoseMixer
姿态混合
-
-
方法概要
所有方法 实例方法 抽象方法 限定符和类型 方法和说明 void
dispose()
释放资源Location
getCurrentLocation()
获取当前位置PoseData
getCurrentPoseData()
获取当前当前姿态户数LocationUpdateListener
getLocationUpdateListener()
获取位置变化监听
-
-
-
方法详细资料
-
getLocationUpdateListener
LocationUpdateListener getLocationUpdateListener()
获取位置变化监听- 返回:
-
getCurrentLocation
Location getCurrentLocation()
获取当前位置- 返回:
-
getCurrentPoseData
PoseData getCurrentPoseData()
获取当前当前姿态户数- 返回:
-
dispose
void dispose()
释放资源
-
-