public class Layer3DGroup extends Layer3D
构造器和说明 |
---|
Layer3DGroup(String groupName)
根据指定的参数来构造一个Layer3DGroup的新对象。
|
限定符和类型 | 方法和说明 |
---|---|
void |
add(Layer3D layer)
添加图层到当前分组,如果图层属于其他分组,则将从原分组移动到当前分组。
|
boolean |
contains(Layer3D layer)
判断指定图层对象在分组中是否存在。
|
void |
dispose()
释放Layer3DGroup对象占用的资源 。
|
Layer3D |
get(int index)
获取指定索引的图层对象。
|
String |
getAvailableCaption(String layerCaption)
获取当前图层分组中未被使用的图层显示名称,即不与同级的其他图层显示名称冲突的显示 。
|
int |
getCount()
获取当前的图层分组中图层对象的总数。
|
ArrayList<Layer3D> |
getDataLayers()
获取当前图层分组下的所有真实数据图层,不包含图层分组类型。
|
int |
indexOf(Layer3D layer)
获取指定图层对象在分组中的索引。
|
void |
insert(int index,
Layer3D layer)
将图层插入到当前分组,如果图层属于其他分组,则将从原分组移动到当前分组。
|
boolean |
remove(int index)
从图层集合中删除一个指定索引的图层对象。
|
boolean |
remove(Layer3D layer)
从图层集合中删除一个指定图层对象。
|
void |
unGroup()
拆分当前的分组,组里面的对象都移到当前分组的上层中。
|
clearCustomClipPlane, clipByBox, fromXML, getAlphaReject, getBounds, getBoxClipPart, getCaption, getClipBox, getClipLineColor, getCustomClipCross, getCustomClipPlane, getDataName, getDescription, getEditFeature, getExtendXML, getFeatures, getFilterPixelSize, getMapServiceType, getMaxObjectVisibleDistance, getMaxVisibleAltitude, getMinObjectVisibleDistance, getMinVisibleAltitude, getMixColorType, getName, getParentGroup, getParentLayer, getPassword, getReceiveSunLight, getReleaseWhenInvisible, getSelection, getShdowType, getSnap, getSwipeRegion, getType, getVisibleDistance, getVisibleInViewport, hasLocalCache, isAlwaysRender, isChangedToLayerStyle, isDisposed, isEditable, isSelectable, isShadowEnable, isSketchMode, isSwipeEnable, isVisible, isWebDatasource, setAlphaReject, setAlwaysRender, setCaption, setChangedToLayerStyle, setClipLineColor, setCustomClipCross, setCustomClipPlane, setDescription, setEditable, setFilterPixelSize, setLocalCache, setMaxObjectVisibleDistance, setMaxVisibleAltitude, setMinObjectVisibleDistance, setMinVisibleAltitude, setMixColorType, setParentGroup, setParentLayer, setReceiveSunLight, setReleaseWhenInvisible, setSelectable, setSelection, setShadowEnable, setShadowType, setSkecthMode, setSketchMode, setSnap, setSwipeEnable, setSwipeRegion, setVisible, setVisibleDistance, setVisibleInViewport, toXML, updateData
public Layer3DGroup(String groupName)
groupName
- 指定的图层分组名。public int getCount()
public Layer3D get(int index)
index
- 指定3D图层索引号。public void add(Layer3D layer)
layer
- 指定的图层对象。public void insert(int index, Layer3D layer)
index
- 指定的图层索引。layer
- 指定的图层对象。public boolean remove(Layer3D layer)
layer
- 指定的图层对象。public boolean remove(int index)
index
- 指定的图层索引。public void unGroup()
public int indexOf(Layer3D layer)
layer
- 指定的图层。public boolean contains(Layer3D layer)
layer
- 指定的图层public String getAvailableCaption(String layerCaption)
layerCaption
- 图层显示名称。public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.