Class: RouteNode

SuperMap.Plot.RouteNode

航线节点信息。

new SuperMap.Plot.RouteNode(options)

common/plot/RouteNode.js, line 11
Name Type Description
options Object

航线节点参数。

Name Type Description
id number 可选

航线节点id。

x number 可选

航线节点经度。

y number 可选

航线节点纬度。

z number 可选

航线节点高度。

type number 可选

航线节点类型。

name string 可选

航线节点名称。

rotate float 可选

待机点外部包围圆的旋转角度。

towardNodes SuperMap.Plot.TowardNode 可选

指向节点。

style Object 可选

航线点样式。

Members

idnumber

航线节点的id

namestring

航线节点名称

styleObject

航线点样式

指向节点

typenumber

航线节点类型

xnumber

航线节点经度

ynumber

航线节点纬度

znumber

航线节点高度

Methods

clone(){SuperMap.Plot.RouteNode}

common/plot/RouteNode.js, line 113

克隆航线点对象。

Returns:
Type Description
SuperMap.Plot.RouteNode 克隆后的航线点对象。

destroy()

common/plot/RouteNode.js, line 91

销毁图形对象数据。

parseSymbolData(){SuperMap.Plot.RouteNode}

common/plot/RouteNode.js, line 137

获取航线节点数据。

Returns:
Type Description
SuperMap.Plot.RouteNode 航线点对象。

setSymbolData(){SuperMap.Plot.RouteNode}

common/plot/RouteNode.js, line 165

获取航线节点数据。

Returns:
Type Description
SuperMap.Plot.RouteNode 航线点对象。