SuperMap.Plot.TowardNode

航线节点信息

Summary
SuperMap.Plot.TowardNode 航线节点信息
Properties
index {Integer} 标牌文字的索引号。
offsetX {Integer} 标牌文字与两航站点的中间点的X偏移量
offsetY {Integer} 标牌文字与两航站点的中间点的Y偏移量
relLineText {SuperMap.Plot.RelLineText} HJ航线文字与沿线的关系
routeNodeId {String} 指向节点对象的routeNodeId
style {Object} 航线上文字或标牌文字样式
textContent {Array(String)} 两个节点间文字内容,文字内容保存在指向节点上。
Constructor
SuperMap.Plot.TowardNode 指向节点。
Functions
clone 克隆航线点对象。
destroy 销毁图形对象数据。

Properties

routeNodeId

{String} 指向节点对象的routeNodeId

relLineText

{SuperMap.Plot.RelLineText} HJ航线文字与沿线的关系

index

{Integer} 标牌文字的索引号。

textContent

{Array(String)} 两个节点间文字内容,文字内容保存在指向节点上。

offsetX

{Integer} 标牌文字与两航站点的中间点的X偏移量

offsetY

{Integer} 标牌文字与两航站点的中间点的Y偏移量

style

{Object} 航线上文字或标牌文字样式

Constructor

SuperMap.Plot.TowardNode

指向节点。

Parameters

options {Object} 指向节点参数

Returns

{SuperMap.Plot.TowardNode} 新的指向节点。

Functions

destroy

destroy:function()

销毁图形对象数据。

clone

clone: function()

克隆航线点对象。

Returns

{SuperMap.Plot.RouteNode} 克隆后的航线点对象。

沿线文字,文字和线的关系
destroy:function()
销毁图形对象数据。
clone: function()
克隆航线点对象。
指向节点。
航线节点信息
Close