com.supermap.mobjects.situationsimulation

类 CurrentExcuteTime



  • public class CurrentExcuteTime
    extends Object
    当前执行的章节索引以及距离章节开始时长。
    • 构造器详细资料

      • CurrentExcuteTime

        public CurrentExcuteTime()
    • 方法详细资料

      • getGroupIndex

        public int getGroupIndex()
        获取当前执行的章节索引。
        返回:
        章节索引。
      • setGroupIndex

        public void setGroupIndex(int nGroupIndex)
        设置当前执行的章节索引。
        参数:
        nGroupIndex - 章节索引。
      • getTime

        public double getTime()
        获取当前执行的章节时间。
        返回:
        章节时间。
      • setTime

        public void setTime(double dTime)
        设置当前执行的距离章节开始时长。
        参数:
        dTime - 距离章节开始时长。

Copyright © 2021–2024 SuperMap. All rights reserved.