com.supermap.mobjects.situationsimulation

类 DeductionScriptGroups

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


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

      • DeductionScriptGroups

        public DeductionScriptGroups()
        构造函数
      • DeductionScriptGroups

        public DeductionScriptGroups(DeductionScriptGroups other)
        拷贝构造函数。 param other 被拷贝对象。
    • 方法详细资料

      • dispose

        public void dispose()
        释放对象
      • getAllDeductionScriptGroup

        public ArrayList<DeductionScriptGroup> getAllDeductionScriptGroup()
        获取内部脚本组列表。
        返回:
        脚本组数组。
      • addGroup

        public void addGroup(DeductionScriptGroup deductionScriptGroup)
        添加脚本组。
        参数:
        deductionScriptGroup - 脚本组。
      • removeGroup

        public void removeGroup(int nIndex)
        移除脚本组。
        参数:
        nIndex - 脚本组索引。
      • removeAllGroups

        public void removeAllGroups()
        移除所有脚本组。
      • getGroup

        public DeductionScriptGroup getGroup(int nIndex)
        获取指定索引脚本组。
        参数:
        nIndex - 脚本组索引。
        返回:
        脚本组对象。

Copyright © 2021–2024 SuperMap. All rights reserved.