com.supermap.ar.areffect.gnss
Class PoseMixer
- java.lang.Object
-
- com.supermap.ar.areffect.gnss.PoseMixer
-
- All Implemented Interfaces:
- IPoseMixer
- Direct Known Subclasses:
- PoseMixer0, PoseMixer1, PoseMixer2, PoseMixer3, PoseMixer4
public class PoseMixer extends java.lang.Object implements IPoseMixer
Attitude mixer
-
-
Constructor Summary
Constructors Constructor and Description PoseMixer(EffectView effectView)
constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
disposeLocation
getCurrentLocation()
PoseData
getCurrentPoseData()
LocationUpdateListener
getLocationUpdateListener()
-
-
-
Constructor Detail
-
PoseMixer
public PoseMixer(EffectView effectView)
constructor- Parameters:
effectView
-
-
-
Method Detail
-
getLocationUpdateListener
public LocationUpdateListener getLocationUpdateListener()
- Specified by:
getLocationUpdateListener
in interfaceIPoseMixer
-
getCurrentLocation
public Location getCurrentLocation()
- Specified by:
getCurrentLocation
in interfaceIPoseMixer
-
getCurrentPoseData
public PoseData getCurrentPoseData()
- Specified by:
getCurrentPoseData
in interfaceIPoseMixer
-
dispose
public void dispose()
dispose- Specified by:
dispose
in interfaceIPoseMixer
-
-