public class AnimationGO
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
AnimationGO(long handle)
通过动画句柄构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放MGAnimationGOExp对象
|
GeoGraphicObject |
getAnimation2DGeometry()
获取动画的二维几何对象
|
GeoGraphicObject |
getAnimation3DGeometry()
获取动画的三维几何对象
|
AnimationDefine.AnimationType |
getAnimationType()
获取动画的类型
|
String |
getCaption()
获取动画的别名
|
double |
getComplete()
根据时间获取动画当前的比例
|
double |
getDuration()
获取动画的播放时长
|
String |
getGeometryUuID()
获取动画的Geometry对象UUID
|
String |
getName()
获取动画的名称
|
AnimationDefine.AnimationPlayType |
getPlayType()
获取动画的播放类型
|
double |
getStartTime()
获取动画的开始播放时间
|
void |
setCaption(String caption)
设置动画的别名
|
boolean |
setDuration(double Timelong)
设置动画的播放时长
|
void |
setPlayType(AnimationDefine.AnimationPlayType playType)
设置动画的播放类型
|
boolean |
setStartTime(double nStartTime)
设置动画的开始播放时间
|
public AnimationDefine.AnimationType getAnimationType()
public String getName()
public String getCaption()
public void setCaption(String caption)
caption
- 动画的别名public boolean setStartTime(double nStartTime)
nStartTime
- 动画的开始播放时间public double getStartTime()
public boolean setDuration(double Timelong)
Timelong
- 动画的播放时长public double getDuration()
public double getComplete()
public String getGeometryUuID()
public AnimationDefine.AnimationPlayType getPlayType()
public void setPlayType(AnimationDefine.AnimationPlayType playType)
playType
- 动画的播放类型public GeoGraphicObject getAnimation2DGeometry()
public GeoGraphicObject getAnimation3DGeometry()
public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.