Extends
Members
与图元关联的特征 ID;不要求唯一。
- Inherited From:
是否显示图元。
- Inherited From:
此图元中位置(顶点)的数量。始终为 1。
Methods
static Cesium.BufferPoint.clone(point, result) → BufferPoint
将数据从源点复制到结果。
| Name | Type | Description |
|---|---|---|
point |
BufferPoint | |
result |
BufferPoint |
Returns:
getMaterial(result) → BufferPrimitiveMaterial
| Name | Type | Description |
|---|---|---|
result |
BufferPrimitiveMaterial |
Returns:
- Inherited From:
getPosition(result) → Cartesian3
获取此点的位置。
| Name | Type | Description |
|---|---|---|
result |
Cartesian3 | optional |
Returns:
| Name | Type | Description |
|---|---|---|
material |
BufferPrimitiveMaterial |
- Inherited From:
设置此点的位置。
| Name | Type | Description |
|---|---|---|
position |
Cartesian3 |
返回表示该点的可 JSON 序列化对象。此编码方式
并非内存高效型,通常应用于调试和测试。
Returns:
可 JSON 序列化的对象。
- Inherited From:
