GeoObject3Layer 三维对象图层,作为祖先类使用
Members
Methods
addObject(geoObject) → GeoObject3
直接添加已经创建的对象
Name | Type | Description |
---|---|---|
geoObject |
GeoObject3 |
移除所有图层中对象
清除所有对象的选中状态
enumObjects() → Array<GeoObject3>
枚举图层所有对象
getAt(index) → GeoObject3
通过指定索引获取对象,索引从0开始
Name | Type | Description |
---|---|---|
index |
number |
getByNo(no) → GeoObject3
通过no获取对象,no从1开始
Name | Type | Description |
---|---|---|
no |
number |
移除对象
Name | Type | Description |
---|---|---|
geoObject |
GeoObject3 |
移除指定索引位置的对象
Name | Type | Description |
---|---|---|
index |
number |