public class LayerGroupRemovedEvent extends EventObject
从分组图层移除图层结束时调用该方法。
构造器和说明 |
---|
LayerGroupRemovedEvent(Object source,
LayerGroup removedGroup,
LayerGroup parentGroup,
int index)
根据给定的参数,构造一个新的LayerGroupRemovedEvent对象。
|
限定符和类型 | 方法和说明 |
---|---|
int |
getIndex()
返回要移除的分组图层的索引值。
|
LayerGroup |
getParentGroup()
返回要移除的分组图层的上一级分组图层,即其所属的分组图层。
|
LayerGroup |
getRemovedGroup()
返回要移除的分组图层。
|
getSource, toString
public LayerGroupRemovedEvent(Object source, LayerGroup removedGroup, LayerGroup parentGroup, int index)
source
- 发起事件的对象。removedGroup
- 要移除的分组图层。parentGroup
- 要移除的分组图层的上一级分组图层,即其所属的分组图层。index
- 要移除的分组图层的索引值。public LayerGroup getRemovedGroup()
public LayerGroup getParentGroup()
public int getIndex()
Copyright © 2021–2024 SuperMap. All rights reserved.