public class PlotSelection
extends com.supermap.data.InternalHandleDisposable
图元层选择集对象类。
构造器和说明 |
---|
PlotSelection(PlotLayer plotLayer)
根据指定的参数来构造一个 PlotSelection 的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
add(int id)
添加选择对象。
|
void |
addRange(int[] ids)
添加选择对象。
|
void |
clear()
清空选择集。
|
void |
dispose()
释放对象
|
int |
getCount()
获取选择集的选择对象的总数。
|
PlotLayer |
getPlotLayer()
获取关联的图元层对象。
|
ArrayList<PlotSymbol> |
getPlotSymbols()
获取选择集的所有标号对象。
|
void |
remove(int id)
移除选择对象。
|
void |
removeRange(int[] ids)
移除选择对象。
|
Recordset |
toRecordset()
获取选择集的记录集对象。
|
public PlotSelection(PlotLayer plotLayer)
plotLayer
- 指定关联的图元层对象。public PlotLayer getPlotLayer()
public int getCount()
public void clear()
public void add(int id)
id
- 选择对象的id。public void remove(int id)
id
- 选择对象的id。public void addRange(int[] ids)
ids
- 选择对象的id集合。public void removeRange(int[] ids)
ids
- 选择对象的id集合。public Recordset toRecordset()
public ArrayList<PlotSymbol> getPlotSymbols()
public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.