轨迹平滑(pathsmoothtool)
范例简介
示范自动采集轨迹,对轨迹进行平滑处理。
范例运行效果
图:轨迹平滑范例运行效果 |
范例位置
Android Studio
- 产品包:产品包目录\SampleCode\SampleCode_AndroidStudio\AndroidStudioSampleCode\pathsmoothtool
- Github:https://github.com/SuperMap/iMobile-SampleCode/tree/master/AndroidStudioSampleCode/pathsmoothtool
许可方式
离线许可,将许可文件拷贝到"移动设备内部存储\SuperMap\License"文件夹下。
运行类库
jar包 |
---|
com.supermap.data.jar、com.supermap.mapping.jar、TencentLocationSdk_v7.1.7.jar |
so库 |
libimb2d.so、libtencentloc.so、libgnustl_shared.so、libQt5Core.so、libQt5Gui.so、libQt5Svg.so、libQt5Widgets.so(注:11.1版本开始,需添加后五个so库。) |
关键类型/成员
控件/类 | 方法 |
---|---|
Point2Ds | add() |
CoordSysTranslator | convert() |
PathSmoothTool | setIntensity() |
使用步骤
- 点击【开始记录】按钮,记录轨迹;
- 点击【停止记录】按钮,结束轨迹记录;
- 点击【轨迹展示】按钮,展示采集的轨迹;
- 点击【平滑轨迹】按钮,对轨迹进行平滑操作;
- 点击【清除记录】按钮,清除采集的轨迹。