public abstract class UAVLayer
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addElement(int ID,
ARGeometry arGeometry) |
void |
cancelSelect()
取消选中
|
int |
checkARGeometryID(ARGeometry arGeometry)
根据ARGeometry,返回存储list索引id
|
boolean |
delete(ARGeometry arGeometry) |
boolean |
delete(int index) |
void |
deleteAll() |
boolean |
deleteSelect() |
java.lang.String |
getCaption() |
ARGeometry |
getCurrentSelectGeometry() |
DatasetVector |
getDatasetVector() |
java.lang.String |
getLayerName() |
UAVLayerType |
getLayerType() |
Recordset |
getRecordset(ARGeometry arGeometry) |
Recordset |
getRecordset(int position) |
void |
highlightSelect() |
boolean |
isEditable() |
boolean |
isVisible() |
void |
refresh()
刷新数据
|
abstract void |
restoreEditStatus()
如果编辑了,则可以还原编辑前的形状
|
void |
select(ARGeometry arGeometry) |
void |
setCaption(java.lang.String caption) |
void |
setColor()
设置颜色
|
void |
setEditable(boolean editable)
设置图层可编辑,有且只有一个,如果设置这个图层可编辑,其他则全不可编辑,防止乱串
|
void |
setVisible(boolean visible) |
abstract void |
updateSelectGeometry(Point2Ds point2Ds)
更新选中的geometry
|
public void refresh()
public void setColor()
public java.lang.String getLayerName()
public java.lang.String getCaption()
public void setCaption(java.lang.String caption)
public boolean isVisible()
public void setVisible(boolean visible)
public boolean isEditable()
public void setEditable(boolean editable)
editable - public void select(ARGeometry arGeometry)
public void highlightSelect()
public void cancelSelect()
public boolean deleteSelect()
public void deleteAll()
public UAVLayerType getLayerType()
public ARGeometry getCurrentSelectGeometry()
public boolean delete(ARGeometry arGeometry)
public boolean delete(int index)
public void addElement(int ID,
ARGeometry arGeometry)
public int checkARGeometryID(ARGeometry arGeometry)
public Recordset getRecordset(ARGeometry arGeometry)
public Recordset getRecordset(int position)
public DatasetVector getDatasetVector()
public abstract void restoreEditStatus()
public abstract void updateSelectGeometry(Point2Ds point2Ds)