com.supermap.mapping

类 LayerGroupAddedEvent

  • java.lang.Object
    • java.util.EventObject
      • com.supermap.mapping.LayerGroupAddedEvent
  • 所有已实现的接口:
    java.io.Serializable


    public class LayerGroupAddedEvent
    extends java.util.EventObject
    指示添加分组图层结束的事件。

    添加分组图层结束时调用该方法。

    另请参阅:
    序列化表格
    • 构造器概要

      构造器 
      构造器和说明
      LayerGroupAddedEvent(java.lang.Object source, LayerGroup addedGroup, LayerGroup parentGroup, int index)
      根据指定的参数构造 LayerAddedEvent 类对象。
    • 方法概要

      所有方法 实例方法 具体方法 
      限定符和类型 方法和说明
      LayerGroup getAddedGroup()
      返回所添加的分组图层,即其所属的分组图层。
      int getIndex()
      返回所添加的分组图层的索引值。
      LayerGroup getParentGroup()
      返回所添加的分组图层的上一级分组图层,即其所属的分组图层。
      • 从类继承的方法 java.util.EventObject

        getSource, toString
      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • LayerGroupAddedEvent

        public LayerGroupAddedEvent(java.lang.Object source,
                                    LayerGroup addedGroup,
                                    LayerGroup parentGroup,
                                    int index)
        根据指定的参数构造 LayerAddedEvent 类对象。
        参数:
        source - 发起事件的对象。
        addedGroup - 添加的分组图层。
        parentGroup - 添加的分组图层的上一级分组图层。
        index - 要添加分组图层的索引值。
    • 方法详细资料

      • getAddedGroup

        public LayerGroup getAddedGroup()
        返回所添加的分组图层,即其所属的分组图层。
        返回:
        返回所添加的分组图层,即其所属的分组图层。
      • getParentGroup

        public LayerGroup getParentGroup()
        返回所添加的分组图层的上一级分组图层,即其所属的分组图层。
        返回:
        返回所添加的分组图层的上一级分组图层,即其所属的分组图层。
      • getIndex

        public int getIndex()
        返回所添加的分组图层的索引值。
        返回:
        返回所添加的分组图层的索引值。