类的使用
com.supermap.data.LinkItem

  • 使用LinkItem的程序包 
    程序包 说明
    com.supermap.data  
    • com.supermap.dataLinkItem的使用

      返回LinkItemcom.supermap.data中的方法 
      限定符和类型 方法和说明
      LinkItem LinkItems.get(int index)
      返回此关联信息集合对象中指定序号的关联信息对象。
      LinkItem[] LinkItems.toArray()
      将此关联信息集合对象转换成为一个关联信息对象的数组。
      参数类型为LinkItemcom.supermap.data中的方法 
      限定符和类型 方法和说明
      int LinkItems.add(LinkItem linkItem)
      将指定的关联信息对象添加到此关联信息集合对象的末尾
      int LinkItems.addRange(LinkItem[] linkItems)
      将指定的多个关联信息对象添加到此关联信息集合的末尾。
      boolean LinkItems.insert(int index, LinkItem linkItem)
      将指定的关联信息对象添加到此关联信息对象集合的指定序号处。
      int LinkItems.insertRange(int index, LinkItem[] linkItems)
      将指定的多个关联信息对象添加到此关联信息对象集合中,从指定的序号开始依次添加。
      void LinkItems.set(int index, LinkItem value)
      设置此关联信息集合对象中指定序号的关联信息对象。
      参数类型为LinkItemcom.supermap.data中的构造器 
      构造器和说明
      LinkItems(LinkItem[] linkItems)
      根据指定的参数来构造一个 LinkItems 的新对象。

Copyright © 2021–2024 SuperMap. All rights reserved.