SuperMap.Plot.RouteNode

航线节点信息

Summary
SuperMap.Plot.RouteNode 航线节点信息
Properties
id {Integer} 航线节点的id
name {String} 航线节点名称
position {SuperMap.Geometry.Point} 航线节点位置
style {Object} 航线点样式
towardNodes {SuperMap.Plot.TowardNode} 指向节点
type {Integer} 航线节点类型
Constructor
SuperMap.Plot.RouteNode 航线节点。
Functions
clone 克隆航线点对象。
destroy 销毁图形对象数据。

Properties

id

{Integer} 航线节点的id

type

{Integer} 航线节点类型

position

{SuperMap.Geometry.Point} 航线节点位置

name

{String} 航线节点名称

towardNodes

{SuperMap.Plot.TowardNode} 指向节点

style

{Object} 航线点样式

Constructor

SuperMap.Plot.RouteNode

航线节点。

Parameters

options {Object} 航线节点

Returns

{SuperMap.Plot.RouteNode} 新的航线节点。

Functions

destroy

destroy:function()

销毁图形对象数据。

clone

clone: function()

克隆航线点对象。

Returns

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

点几何对象类。
航线节点信息
destroy:function()
销毁图形对象数据。
clone: function()
克隆航线点对象。
航线节点。
Close