节点动画(NodeAnimation)

范例简介

示范在三维场景中自定义节点动画路线,循环播放节点动画。

运行效果展示

图:节点动画范例运行效果

范例位置

Android Studio

ADT

  • 产品包:产品包目录\SampleCode\SampleCode_ADT\NodeAnimationDemo

范例数据

存储位置

部署位置:移动设备内部存储\SuperMap\data\CBD_android(解压后拷贝到该文件夹下)

许可方式

离线许可,将许可文件拷贝到"移动设备内部存储\SuperMap\License"文件夹下。

运行类库

jar包
com.supermap.data.jar、com.supermap.realspace.jar
so库
libimb.so、libgnustl_shared.so、libQt5Core.so、libQt5Gui.so、libQt5Svg.so、libQt5Widgets.so(注:11.1版本开始,需添加后五个so库。)

关键类型/成员

控件/类 方法
SceneControl getScene()、setSceneControlInitedHandler()
Scene open()、pixelToGlobe()、getLayers()、setWorkspace()
Workspace open()
WorkspaceConnectionInfo setServer()、setType()
Environment initialization()、getLicenseStatus()
LicenseStatus isLicenseValid()、isLicenseExsit()
Layer3Ds get()、addLayerWith()
Layer3D getFeatures()
GeoModel fromFile()、setRotationZ(),getNodeAnimation()
GeoStyle3D setFillForeColor()、setAltitudeMode()、setLineColor()
GeoPoint3D setStyle3D()
GeoLine3D setStyle3D()
GeoPlacemark setStyle3D()、getGeometry()
Feature3Ds add()
Feature3D getGeometry()
NodeAnimation setPlayMode()、setLength()、setEnabled()、setTrack()
Point3Ds getCount()
枚举/常量
WorkspaceType DEFAULT、SXWU、SMWU

使用步骤

  1. 点击 “点击创建路线”按钮,触摸屏幕自定义配置动画路线;
  2. 配置时长,默认有初始化时长;
  3. 设置循环模式,默认为“动画循环”,取消默认为“单次动画”;
  4. 点击【开始】,小车按照自定义路线运行;
  5. 点击【清除】,清除动画。