com.supermap.maritime.conversion

类 ExportSettingMaritimes



  • public class ExportSettingMaritimes
    extends Object
    海图数据导出设置信息集合类。
    • 方法详细资料

      • getCount

        public int getCount()
        返回给定的数据导出设置信息集合对象 ExportSettingMaritimes 中元素的总数。
        返回:
        给定的数据导出设置信息集合对象中元素的个数。
        默认值:
        默认值为0。
      • get

        public ExportSettingMaritimeS100 get(int index)
        根据给定的索引值 index 获取海图数据导出设置信息集合对象(ExportSettingMaritimes)中的海图数据导出设置信息对象(ExportSettingMaritime)。
        参数:
        index - 指定的索引值。index 必须大于等 0 且小于 Count,否则抛出异常。
        返回:
        指定索引值对应的海图数据导出设置信息对象。
        默认值:
        默认值为 null,表示海图数据导入设置信息集合对象中含有0个海图数据导入设置信息对象。
      • add

        public int add(ExportSettingMaritimeS100 ExportSettingMaritimeS100)
        将指定的海图数据导出设置信息对象(ExportSettingMaritime)添加到对象海图数据导出设置信息集合对象(ExportSettingMaritimes)中。
        参数:
        ExportSettingMaritimeS100 - 指定的海图数据导出设置信息对象。
        返回:
        新添加的海图数据导出设置信息对象所对应的索引值。
      • insert

        public boolean insert(int index,
                              ExportSettingMaritimeS100 ExportSettingMaritimeS100)
        在海图数据导出设置信息集合对象(ExportSettingMaritimes)的指定索引处插入指定的海图数据导出设置信息对象(ExportSettingMaritime)。
        参数:
        index - 指定的索引值。
        ExportSettingMaritimeS100 - 指定的海图数据导出设置信息对象。
        返回:
        一个布尔值,表示插入是否成功,如果插入成功,返回 true,否则返回 false。
      • remove

        public boolean remove(int index)
        从海图数据导出设置信息集合对象(ExportSettingMaritimes)中移除指定索引处的项。
        参数:
        index - 指定的索引值。
        返回:
        一个布尔值,表示移除是否成功,如果插入成功,返回 true,否则返回 false。
      • clear

        public void clear()
        从海图数据导出设置信息集合对象(ExportSettingMaritimes)中移除全部项。

Copyright © 2021–2025 SuperMap. All rights reserved.