com.supermap.web.iServerJava6R.trafficTransferAnalystServices
public class TransferStopInfo
继承 TransferStopInfo Inheritance Object

公交站点信息类.

该类用于描述公交站点的信息,包括所属的数据集、SmID、ID、名称以及别名。



公共属性
  属性 定义方
    alias : String
[read-only] 公交站点别名。
TransferStopInfo
    id : int
[read-only] 公交站点的 SmID。
TransferStopInfo
    name : String
[read-only] 公交站点名称。
TransferStopInfo
    position : Point2D
[read-only] 公交站点坐标。
TransferStopInfo
    stopID : Number
[read-only] 公交站点ID。
TransferStopInfo
公共方法
  方法 定义方
   
初始化 TransferStopInfo 类新实例。
TransferStopInfo
属性详细信息
alias 属性
alias:String  [read-only]

公交站点别名。


Implementation
    public function get alias():String
id 属性  
id:int  [read-only]

公交站点的 SmID。


Implementation
    public function get id():int
name 属性  
name:String  [read-only]

公交站点名称。


Implementation
    public function get name():String
position 属性  
position:Point2D  [read-only]

公交站点坐标。


Implementation
    public function get position():Point2D
stopID 属性  
stopID:Number  [read-only]

公交站点ID。


Implementation
    public function get stopID():Number
构造函数详细信息
TransferStopInfo () 构造函数
public function TransferStopInfo()

初始化 TransferStopInfo 类新实例。