GeoLineArrowSymbol

吉奥直线箭头符号类

new Cesium.GeoLineArrowSymbol(options)

Name Type Description
options Object optional 参数选项:
Name Type Description
viewer Viewer optional 关联视图对象
positions Array optional 箭头符号节点数组,为保证正确绘制出可用的箭头形态至少需要给定2个节点的坐标
lineColor Color optional 边线颜色
lineWidth Number optional 边框宽度
lineStyle String optional 箭头符号线型,值可以为:solid,dashed,none
Author:
  • zj

Extends

Members

code : String

符号编号
Inherited From:

readonlydefinitionChanged : Event

属性改变事件
Inherited From:

description : String

符号说明
Inherited From:

name : String

符号名称
Inherited From:
Default Value: GEOSYMBOL

schemaCode : String

图示编号
Inherited From:

type : String

符号类型
Inherited From:

version : String

版本信息
Inherited From:

visible : String

是否可见
Inherited From:

Methods

destroy()

销毁对象

rotation()

旋转
Inherited From:

scale()

缩放
Inherited From:

toGeoGlobeFeature()

序列化为GeoGlobe.Feature类实例
Inherited From:

translate()

平移
Inherited From: