new SuperMap.Plot.RouteNode(options)
common/plot/RouteNode.js, line 11
Name | Type | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
航线节点参数。
|
Members
-
idnumber
-
航线节点的id
-
namestring
-
航线节点名称
-
styleObject
-
航线点样式
-
towardNodesSuperMap.Plot.TowardNode
-
指向节点
-
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 航线点对象。