吉奥粗单尖直箭头符号类
Name | Type | Description | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
参数选项:
|
Example:
示例代码:
var symbol = new Cesium.GeoFineArrowSymbol({
viewer: viewer,
positions: [
[116.45304793070586, 31.592192169546728],
[116.71811652713569, 30.455176524911696]
],
lineColor: new Cesium.Color(0, 1,1, 1),
lineWidth: 5,
lineStyle: GeoElement.LINE_STYLE.SOLID,
fillMode: "gradient",
fillColor: new Cesium.Color(0, 0,1, 1),
fillStartColor: new Cesium.Color(0, 0,1, 1),
fillEndColor: new Cesium.Color(0, 1,0, 1),
visibleSwallowTail: true
});
Extends
Members
符号编号
- Inherited From:
属性改变事件
- Inherited From:
符号说明
- Inherited From:
符号名称
- Inherited From:
- Default Value:
GEOSYMBOL
图示编号
- Inherited From:
符号类型
- Inherited From:
版本信息
- Inherited From:
是否可见
- Inherited From:
Methods
克隆当前对象实例
销毁对象
根据当前实例属性生成相应的构造参数对象
获取所有节点累计长度
Returns:
长度计算结果.
旋转
- Inherited From:
缩放
- Inherited From:
序列化为GeoGlobe.Feature类实例
- Inherited From:
平移
- Inherited From: