构建CGeoJSONLayer
Determines if primitives in the collection are destroyed when they are removed by {@link PrimitiveCollection#destroy} or {@link PrimitiveCollection#remove} or implicitly by {@link PrimitiveCollection#removeAll}.
Gets the number of primitives in the collection.
拾取事件
Determines if primitives in this collection will be shown.
默认参数
Adds a primitive to the collection.
The primitive to add.
The primitive added to the collection.
Determines if this collection contains a primitive.
true
if the primitive is in the collection; false
if the primitive is undefined
or was not found in the collection.
Returns the primitive in the collection at the specified index.
The zero-based index of the primitive to return.
The primitive at the index
.
Returns true if this object was destroyed; otherwise, false.
If this object was destroyed, it should not be used; calling any function other than
isDestroyed
will result in a {@link DeveloperError} exception.
True if this object was destroyed; otherwise, false.
Lowers a primitive "down one" in the collection. If all primitives in the collection are drawn on the globe surface, this visually moves the primitive down one.
Lowers a primitive to the "bottom" of the collection. If all primitives in the collection are drawn on the globe surface, this visually moves the primitive to the bottom.
Raises a primitive "up one" in the collection. If all primitives in the collection are drawn on the globe surface, this visually moves the primitive up one.
Raises a primitive to the "top" of the collection. If all primitives in the collection are drawn on the globe surface, this visually moves the primitive to the top.
Removes a primitive from the collection.
true
if the primitive was removed; false
if the primitive is undefined
or was not found in the collection.
Removes all primitives in the collection.
设置数据源
数据源
{this}
设置渲染参数
{this}
Generated using TypeDoc
Cesium三维矢量图层
{IConfigCreatableLayer}