public class DeductionScriptGroup
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
DeductionScriptGroup()
构造函数
|
DeductionScriptGroup(DeductionScriptGroup other)
拷贝构造函数。
|
public DeductionScriptGroup()
public DeductionScriptGroup(DeductionScriptGroup other)
public void dispose()
public DeductionScript getDeductionScript(String strUuid)
strUuid
- 脚本绑定的地理实体UUID。public void remove(String strUuid)
strUuid
- 脚本绑定的地理实体UUID。public void add(DeductionScript deductionScript)
deductionScript
- 地理实体脚本。public ArrayList<DeductionScript> getAllDeductionScript()
public String getGroupName()
public void setGroupName(String strGroupName)
strGroupName
- 脚本组名。public void addExtendDeductionScript()
public void removeExtendDeductionScript()
public boolean isHasExtendDeductionScript()
public Map<Integer,ArrayList<GeoEntityEffectExtend>> getExtendEffects()
public void setExtendEffect(int nTime, ArrayList<GeoEntityEffectExtend> arrayList)
nTime
- 时间。arrayList
- 扩展特效。public void removeExtendEffect(int nTime)
nTime
- 时间。public double getExtendDeductionScriptDelayFinishTime()
public void setExtendDeductionScriptDelayFinishTime(double dDelayTime)
dDelayTime
- 延迟结束时间。public void addPerspectiveDeductionScript()
public void removePerspectiveDeductionScript()
public boolean isHasPerspectiveDeductionScript()
public Map<Integer,PerspectiveChangeParameter> getPerspectiveChangeParameters()
public void setPerspectiveChangeParameter(int nTime, PerspectiveChangeParameter param)
nTime
- 时间param
- 视角转换参数public void removePerspectiveChangeParameter(int nTime)
nTime
- 时间public double getPerspectiveDeductionScriptDelayFinishTime()
public void setPerspectiveDeductionScriptDelayFinishTime(double dDelayTime)
dDelayTime
- 延迟结束时间public void setExtendScriptIsPlay(boolean isPlay)
isPlay
- 是否参与执行public boolean getExtendScriptIsPlay()
public void setPerspectiveScriptIsPlay(boolean isPlay)
isPlay
- 是否参与执行public boolean getPerspectiveScriptIsPlay()
Copyright © 2021–2024 SuperMap. All rights reserved.