com.supermap.mobjects.situationsimulation

类 DeductionScript

  • java.lang.Object
    • com.supermap.data.InternalHandle
      • com.supermap.data.InternalHandleDisposable
        • com.supermap.mobjects.situationsimulation.DeductionScript
  • 所有已实现的接口:
    IDisposable


    public class DeductionScript
    extends com.supermap.data.InternalHandleDisposable
    态势仿真脚本类
    • 构造器详细资料

      • DeductionScript

        public DeductionScript(String strUUID)
        构造函数
        参数:
        strUUID - 地理实体UUID
      • DeductionScript

        public DeductionScript(DeductionScript deductionScript)
        拷贝构造
        参数:
        deductionScript - 被拷贝的脚本
    • 方法详细资料

      • dispose

        public void dispose()
        释放对象
      • getGeoEntityParameters

        public GeoEntityParamDict getGeoEntityParameters()
        获取实体运动时,脚本中地理实体的基础参数集合对象。
        返回:
        成功返回实体基础参数集合对象,失败返回null。
      • getGeoEntityEffects

        public GeoEntityEffectsDict getGeoEntityEffects()
        获取实体运动时,脚本中地理实体的特效参数集合对象。
        返回:
        成功返回实体特效参数集合对象,失败返回null。
      • getGeoEntityMoveParameters

        public GeoEntityMoveParamDict getGeoEntityMoveParameters()
        获取实体运动时,脚本中地理实体的移动参数集合对象。
        返回:
        成功返回实体移动参数集合对象,失败返回null。
      • getFinishedGeoEntityParameters

        public GeoEntityParamDict getFinishedGeoEntityParameters()
        获取实体运动完成后,脚本中地理实体基础参数集合对象。
        返回:
        成功返回实体基础参数集合对象,失败返回null。
      • getFinishedGeoEntityEffects

        public GeoEntityEffectsDict getFinishedGeoEntityEffects()
        获取实体运动完成后,脚本中地理实体特效参数集合对象。
        返回:
        成功返回实体基础特效集合对象,失败返回null。
      • getFinishedGeoEntityMoveParameters

        public GeoEntityMoveParamDict getFinishedGeoEntityMoveParameters()
        获取实体运动完成后,脚本中地理实体移动参数集合对象。
        返回:
        成功返回实体移动特效集合对象,失败返回null。
      • getTargetGeoEntityParameters

        public GeoEntityParamDict getTargetGeoEntityParameters()
        获取实体运动完成后,脚本中实体对应的目标实体的基础参数集合对象。
        返回:
        成功返回实体基础参数集合对象,失败返回null。
      • getTargetGeoEntityEffects

        public GeoEntityEffectsDict getTargetGeoEntityEffects()
        获取实体运动完成后,脚本中实体对应的目标实体的特效参数集合对象。
        返回:
        成功返回实体特效参数集合对象,失败返回null。
      • getTargetGeoEntityMoveParameters

        public GeoEntityMoveParamDict getTargetGeoEntityMoveParameters()
        获取实体运动完成后,脚本中实体对应的目标实体的移动参数集合对象。
        返回:
        成功返回实体移动参数集合对象,失败返回null。
      • getUUID

        public String getUUID()
        获取脚本对应实体的UUID
        返回:
        成功返回UUID,否则返回空。
      • getFinishDelayTime

        public double getFinishDelayTime()
        获取脚本执行结束延迟时间。
        返回:
        延迟时间。
      • setFinishDelayTime

        public void setFinishDelayTime(double dDelayTime)
        设置脚本执行结束延迟时间。
        参数:
        dDelayTime - 延迟时间。
      • getIsPlay

        public boolean getIsPlay()
        获取脚本是否参与执行。
        返回:
        参与执行返回true,否则返回false
      • setIsPlay

        public void setIsPlay(boolean isPlay)
        设置脚本是否参与执行
        参数:
        isPlay - 是否参与执行

Copyright © 2021–2024 SuperMap. All rights reserved.