public class DeductionScript
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
DeductionScript(DeductionScript deductionScript)
拷贝构造
|
DeductionScript(String strUUID)
构造函数
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
释放对象
|
double |
getFinishDelayTime()
获取脚本执行结束延迟时间。
|
GeoEntityEffectsDict |
getFinishedGeoEntityEffects()
获取实体运动完成后,脚本中地理实体特效参数集合对象。
|
GeoEntityMoveParamDict |
getFinishedGeoEntityMoveParameters()
获取实体运动完成后,脚本中地理实体移动参数集合对象。
|
GeoEntityParamDict |
getFinishedGeoEntityParameters()
获取实体运动完成后,脚本中地理实体基础参数集合对象。
|
GeoEntityEffectsDict |
getGeoEntityEffects()
获取实体运动时,脚本中地理实体的特效参数集合对象。
|
GeoEntityMoveParamDict |
getGeoEntityMoveParameters()
获取实体运动时,脚本中地理实体的移动参数集合对象。
|
GeoEntityParamDict |
getGeoEntityParameters()
获取实体运动时,脚本中地理实体的基础参数集合对象。
|
GeoEntityEffectsDict |
getTargetGeoEntityEffects()
获取实体运动完成后,脚本中实体对应的目标实体的特效参数集合对象。
|
GeoEntityMoveParamDict |
getTargetGeoEntityMoveParameters()
获取实体运动完成后,脚本中实体对应的目标实体的移动参数集合对象。
|
GeoEntityParamDict |
getTargetGeoEntityParameters()
获取实体运动完成后,脚本中实体对应的目标实体的基础参数集合对象。
|
String |
getUUID()
获取脚本对应实体的UUID
|
void |
setFinishDelayTime(double dDelayTime)
设置脚本执行结束延迟时间。
|
public DeductionScript(String strUUID)
strUUID
- 地理实体UUIDpublic DeductionScript(DeductionScript deductionScript)
deductionScript
- 被拷贝的脚本public void dispose()
public GeoEntityParamDict getGeoEntityParameters()
public GeoEntityEffectsDict getGeoEntityEffects()
public GeoEntityMoveParamDict getGeoEntityMoveParameters()
public GeoEntityParamDict getFinishedGeoEntityParameters()
public GeoEntityEffectsDict getFinishedGeoEntityEffects()
public GeoEntityMoveParamDict getFinishedGeoEntityMoveParameters()
public GeoEntityParamDict getTargetGeoEntityParameters()
public GeoEntityEffectsDict getTargetGeoEntityEffects()
public GeoEntityMoveParamDict getTargetGeoEntityMoveParameters()
public String getUUID()
public double getFinishDelayTime()
public void setFinishDelayTime(double dDelayTime)
dDelayTime
- 延迟时间。Copyright © 2021–2024 SuperMap. All rights reserved.