标绘要素 🌎
ECCesium.AttackArrow
攻击箭头要素,继承于Overlay
example
js
let attackArrow = new ECCesium.AttackArrow('-90.0,32.0;-94.0,36.0;-94.0,38.0')
1
creation
constructor(positions)
构造函数
- 参数
{String|Array<Position|Number|String|Object>} positions
:坐标串
- 返回值
attackArrow
- 参数
properties
{Array<Position>} positions
:坐标串
methods
setStyle(style)
设置样式
- 参数
{Object} style
:样式,详情参考:Polygon
- 返回值
this
- 参数
ECCesium.DoubleArrow
双箭头要素,继承于Overlay
example
js
let doubleArrow = new ECCesium.DoubleArrow('-90.0,32.0;-94.0,36.0;-94.0,38.0')
1
creation
constructor(positions)
构造函数
- 参数
{String|Array<Position|Number|String|Object>} positions
:坐标串
- 返回值
doubleArrow
- 参数
properties
{Array<Position>} positions
:坐标串
methods
setStyle(style)
设置样式
- 参数
{Object} style
:样式,详情参考:Polygon
- 返回值
this
- 参数
ECCesium.FineArrow
直箭头要素,继承于Overlay
example
js
let fineArrow = new ECCesium.FineArrow('-90.0,32.0;-94.0,36.0')
1
creation
constructor(positions)
构造函数
- 参数
{String|Array<Position|Number|String|Object>} positions
:坐标串
- 返回值
fineArrow
- 参数
properties
{Array<Position>} positions
:坐标串
methods
setStyle(style)
设置样式
- 参数
{Object} style
:样式,详情参考:Polygon
- 返回值
this
- 参数
ECCesium.GatheringPlace
聚集地要素,继承于Overlay
example
js
let gatheringPlace = new ECCesium.GatheringPlace('-90.0,32.0;-94.0,36.0')
1
creation
constructor(positions)
构造函数
- 参数
{String|Array<Position|Number|String|Object>} positions
:坐标串
- 返回值
gatheringPlace
- 参数
properties
{Array<Position>} positions
:坐标串
methods
setStyle(style)
设置样式
- 参数
{Object} style
:样式,详情参考:Polygon
- 返回值
this
- 参数
ECCesium.TailedAttackArrow
聚集地,继承于Overlay
example
js
let tailedAttackArrow = new ECCesium.TailedAttackArrow('-90.0,32.0;-94.0,36.0')
1
creation
constructor(positions)
构造函数
- 参数
{String|Array<Position|Number|String|Object>} positions
:坐标串
- 返回值
tailedAttackArrow
- 参数
properties
{Array<Position>} positions
:坐标串
methods
setStyle(style)
设置样式
- 参数
{Object} style
:样式,详情参考:Polygon
- 返回值
this
- 参数