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