com.supermap.mobjects.situation
类 PlotLayerRemovingEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.supermap.mobjects.situation.PlotLayerEvent
-
- com.supermap.mobjects.situation.PlotLayerRemovingEvent
-
- 所有已实现的接口:
- Serializable
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()
返回图元层在图元层集合、子图层在子图层集合或者标号在标号集合中的索引。-
从类继承的方法 com.supermap.mobjects.situation.PlotLayerEvent
getChildPlotLayer, getPlotLayer, getPlotSymbol
-
从类继承的方法 java.util.EventObject
getSource, toString
-
-
-
-
构造器详细资料
-
PlotLayerRemovingEvent
public PlotLayerRemovingEvent(Object source, PlotLayer plotLayer)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。- 参数:
source
- 发起事件的对象。plotLayer
- 要移除的图元层对象。
-
PlotLayerRemovingEvent
public PlotLayerRemovingEvent(Object source, PlotLayer plotLayer, int index)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。- 参数:
source
- 发起事件的对象。plotLayer
- 要移除的图元层对象。index
- 要移除的图元层在图元层集合中的索引
-
PlotLayerRemovingEvent
public PlotLayerRemovingEvent(Object source, ChildPlotLayer childPlotLayer)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。- 参数:
source
- 发起事件的对象。childPlotLayer
- 要移除的子图层对象。
-
PlotLayerRemovingEvent
public PlotLayerRemovingEvent(Object source, ChildPlotLayer childPlotLayer, int index)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。- 参数:
source
- 发起事件的对象。childPlotLayer
- 要移除的子图层对象。index
- 要移除的子图层在子图层集合中的索引
-
PlotLayerRemovingEvent
public PlotLayerRemovingEvent(Object source, PlotSymbol plotSymbol)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。- 参数:
source
- 发起事件的对象。plotSymbol
- 要移除的标号对象。
-
PlotLayerRemovingEvent
public PlotLayerRemovingEvent(Object source, PlotSymbol plotSymbol, int index)
根据指定的参数来构造一个 PlotLayerRemovingEvent 的新对象。- 参数:
source
- 发起事件的对象。plotSymbol
- 指定的标号对象。index
- 要移除的标号在标号集合中的索引
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.