public class PlotLayerRemovingEvent extends PlotLayerEvent
在移除图元层集合中的图元层、子图层集合中子图层或者标号集合中的标号前触发该事件。
构造器和说明 |
---|
PlotLayerRemovingEvent(Object source,
ChildPlotLayer childPlotLayer)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。
|
PlotLayerRemovingEvent(Object source,
ChildPlotLayer childPlotLayer,
int index)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。
|
PlotLayerRemovingEvent(Object source,
PlotLayer plotLayer)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。
|
PlotLayerRemovingEvent(Object source,
PlotLayer plotLayer,
int index)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。
|
PlotLayerRemovingEvent(Object source,
PlotSymbol plotSymbol)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。
|
PlotLayerRemovingEvent(Object source,
PlotSymbol plotSymbol,
int index)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
int |
getIndex()
返回图元层在图元层集合、子图层在子图层集合或者标号在标号集合中的索引。
|
getChildPlotLayer, getPlotLayer, getPlotSymbol
getSource, toString
public PlotLayerRemovingEvent(Object source, PlotLayer plotLayer)
source
- 发起事件的对象。plotLayer
- 要移除的图元层对象。public PlotLayerRemovingEvent(Object source, PlotLayer plotLayer, int index)
source
- 发起事件的对象。plotLayer
- 要移除的图元层对象。index
- 要移除的图元层在图元层集合中的索引public PlotLayerRemovingEvent(Object source, ChildPlotLayer childPlotLayer)
source
- 发起事件的对象。childPlotLayer
- 要移除的子图层对象。public PlotLayerRemovingEvent(Object source, ChildPlotLayer childPlotLayer, int index)
source
- 发起事件的对象。childPlotLayer
- 要移除的子图层对象。index
- 要移除的子图层在子图层集合中的索引public PlotLayerRemovingEvent(Object source, PlotSymbol plotSymbol)
source
- 发起事件的对象。plotSymbol
- 要移除的标号对象。public PlotLayerRemovingEvent(Object source, PlotSymbol plotSymbol, int index)
source
- 发起事件的对象。plotSymbol
- 指定的标号对象。index
- 要移除的标号在标号集合中的索引Copyright © 2021–2024 SuperMap. All rights reserved.