public class UAVLayers
extends java.lang.Object
| 构造器和说明 |
|---|
UAVLayers(UAVVideoEffectView uavVideoEffectView) |
| 限定符和类型 | 方法和说明 |
|---|---|
UAVLayer |
add(DatasetVector datasetVector)
UAV矢量图层
todo 先完善面,其他再说
|
boolean |
containName(java.lang.String name) |
UAVLayer |
get(int index) |
int |
getCount() |
UAVLayer |
getCurrentEditLayer()
返回当前处于编辑状态的图层,每次编辑时,有且只有一个图层能编辑(多了你也编辑不了)
|
void |
removeAllLayer() |
void |
removeLayer(int index) |
void |
removeLayer(java.lang.String name) |
void |
removeLayer(UAVLayer uavLayer) |
public UAVLayers(UAVVideoEffectView uavVideoEffectView)
public UAVLayer add(DatasetVector datasetVector)
public int getCount()
public UAVLayer get(int index)
public UAVLayer getCurrentEditLayer()
public void removeAllLayer()
public void removeLayer(java.lang.String name)
public void removeLayer(int index)
public void removeLayer(UAVLayer uavLayer)
public boolean containName(java.lang.String name)