Experimental
This feature is not final and is subject to change without Cesium's standard deprecation policy.
See:
Extends
Members
与原始人相关的特征ID;不需要独具特色.
- Inherited From:
是否显示原始 .
- Inherited From:
计算此多线中的位置(vertices),数量为 VEC3 元素.
0–255px的多线宽度.
Methods
static Cesium.BufferPolyline.clone(polyline, result) → BufferPolyline
从源多线到结果的复制数据。 如果结果为多线
new (the last polyline in the collection) then source and result polylines
必须有相同的顶点数.
| Name | Type | Description |
|---|---|---|
polyline |
BufferPolyline | |
result |
BufferPolyline |
Returns:
getColor(result) → Color
返回原始颜色.
| Name | Type | Description |
|---|---|---|
result |
Color |
Returns:
- Inherited From:
返回此多线顶点位置的数组视图 。 如果“ 结果 ”
参数,顶点位置会写到该数组并返回.
否则, 返回收藏内存上的 ArrayView —— 更改此数组
将不会触发渲染更新, 这需要 `.setPositions()` .
| Name | Type | Description |
|---|---|---|
result |
Float64Array | optional return {Float64Array} |
更新原始颜色.
| Name | Type | Description |
|---|---|---|
color |
Color |
- Inherited From:
| Name | Type | Description |
|---|---|---|
positions |
Float64Array |
返回代表多线的 NT++0 可序列大小的对象。 此编码
没有内存效率,一般应用于调试和
testing.
Returns:
JSON-serializable object.
- Inherited From: