| Property | Defined by | ||
|---|---|---|---|
| address : String | Station | ||
| bl : int | Station | ||
| Clarified : Point | Station | ||
| Geographic : Point | Station | ||
| gl : int | Station | ||
| lat : Number | Station | ||
| long : Number | Station | ||
| name : String | Station | ||
| ol : int | Station | ||
| rl : int | Station | ||
| routes : DataTable | Station | ||
| yl : int | Station | ||
| Method | Defined by | ||
|---|---|---|---|
|
Station(myRoutes:DataTable, node:XML)
| Station | ||
|
isOnRLine(rLineName:String):Boolean
| Station | ||
| address | property |
public var address:String
| bl | property |
public var bl:int
| Clarified | property |
public var Clarified:Point
| Geographic | property |
public var Geographic:Point
| gl | property |
public var gl:int
| lat | property |
public var lat:Number
| long | property |
public var long:Number
| name | property |
public var name:String
| ol | property |
public var ol:int
| rl | property |
public var rl:int
| routes | property |
public var routes:DataTable
| yl | property |
public var yl:int
| Station | () | constructor |
public function Station(myRoutes:DataTable, node:XML)Parameters
myRoutes:DataTable |
|
node:XML |
| isOnRLine | () | method |
public function isOnRLine(rLineName:String):BooleanParameters
rLineName:String |
Boolean |