gatelogue-types
Preparing search index...
RailStation
Class RailStation
Hierarchy (
View Summary
)
LocatedNode
RailStation
Index
Constructors
constructor
Properties
gd
i
Accessors
codes
company
connections
From
Here
connections
To
Here
coordinates
lines
name
nodes
In
Proximity
platforms
shared
Facilities
type
world
Methods
get
Column
get
Column
FK
get
Derived
get
Set
from
Id
Constructors
constructor
new
RailStation
(
i
:
number
,
gd
:
GD
)
:
RailStation
Parameters
i
:
number
gd
:
GD
Returns
RailStation
Properties
Protected
Readonly
gd
gd
:
GD
Readonly
i
i
:
number
Accessors
codes
get
codes
()
:
string
[]
Returns
string
[]
company
get
company
()
:
RailCompany
Returns
RailCompany
connections
From
Here
get
connectionsFromHere
()
:
RailConnection
[]
Returns
RailConnection
[]
connections
To
Here
get
connectionsToHere
()
:
RailConnection
[]
Returns
RailConnection
[]
coordinates
get
coordinates
()
:
[
number
,
number
]
|
null
Returns
[
number
,
number
]
|
null
lines
get
lines
()
:
RailLine
[]
Returns
RailLine
[]
name
get
name
()
:
string
|
null
Returns
string
|
null
nodes
In
Proximity
get
nodesInProximity
()
:
[
LocatedNode
,
Proximity
]
[]
Returns
[
LocatedNode
,
Proximity
]
[]
platforms
get
platforms
()
:
RailPlatform
[]
Returns
RailPlatform
[]
shared
Facilities
get
sharedFacilities
()
:
LocatedNode
[]
Returns
LocatedNode
[]
type
get
type
()
:
string
Returns
string
world
get
world
()
:
World
|
null
Returns
World
|
null
Methods
Protected
get
Column
getColumn
<
T
extends
SqlValue
>
(
tableName
:
string
,
columnName
:
string
)
:
T
Type Parameters
T
extends
SqlValue
Parameters
tableName
:
string
columnName
:
string
Returns
T
Protected
get
Column
FK
getColumnFK
<
T
extends
Node
>
(
tableName
:
string
,
columnName
:
string
,
Ty
:
new
(
i
:
number
,
gd
:
GD
)
=>
T
,
)
:
T
|
null
Type Parameters
T
extends
Node
Parameters
tableName
:
string
columnName
:
string
Ty
:
new
(
i
:
number
,
gd
:
GD
)
=>
T
Returns
T
|
null
Protected
get
Derived
getDerived
<
T
extends
Node
>
(
Ty
:
new
(
i
:
number
,
gd
:
GD
)
=>
T
,
key
:
|
"located/nodes_in_proximity"
|
"located/shared_facilities"
|
"air/airline_airports"
|
"air/airline_flights"
|
"air/airline_gates"
|
"air/airport_gates"
|
"air/gate_flights_from_here"
|
"air/gate_flights_to_here"
|
"bus/berth_connections_from_here"
|
"bus/berth_connections_to_here"
|
"bus/berth_lines"
|
"bus/company_berths"
|
"bus/company_lines"
|
"bus/company_stops"
|
"bus/line_berths"
|
"bus/line_stops"
|
"bus/stop_berths"
|
"bus/stop_connections_from_here"
|
"bus/stop_connections_to_here"
|
"bus/stop_lines"
|
"create"
|
"create_indices"
|
"drop_sources"
|
"rail/company_lines"
|
"rail/company_platforms"
|
"rail/company_stations"
|
"rail/line_platforms"
|
"rail/line_stations"
|
"rail/platform_connections_from_here"
|
"rail/platform_connections_to_here"
|
"rail/platform_lines"
|
"rail/station_connections_from_here"
|
"rail/station_connections_to_here"
|
"rail/station_lines"
|
"rail/station_platforms"
|
"sea/company_docks"
|
"sea/company_lines"
|
"sea/company_stops"
|
"sea/dock_connections_from_here"
|
"sea/dock_connections_to_here"
|
"sea/dock_lines"
|
"sea/line_docks"
|
"sea/line_stops"
|
"sea/stop_connections_from_here"
|
"sea/stop_connections_to_here"
|
"sea/stop_docks"
|
"sea/stop_lines"
,
)
:
T
[]
Type Parameters
T
extends
Node
Parameters
Ty
:
new
(
i
:
number
,
gd
:
GD
)
=>
T
key
:
|
"located/nodes_in_proximity"
|
"located/shared_facilities"
|
"air/airline_airports"
|
"air/airline_flights"
|
"air/airline_gates"
|
"air/airport_gates"
|
"air/gate_flights_from_here"
|
"air/gate_flights_to_here"
|
"bus/berth_connections_from_here"
|
"bus/berth_connections_to_here"
|
"bus/berth_lines"
|
"bus/company_berths"
|
"bus/company_lines"
|
"bus/company_stops"
|
"bus/line_berths"
|
"bus/line_stops"
|
"bus/stop_berths"
|
"bus/stop_connections_from_here"
|
"bus/stop_connections_to_here"
|
"bus/stop_lines"
|
"create"
|
"create_indices"
|
"drop_sources"
|
"rail/company_lines"
|
"rail/company_platforms"
|
"rail/company_stations"
|
"rail/line_platforms"
|
"rail/line_stations"
|
"rail/platform_connections_from_here"
|
"rail/platform_connections_to_here"
|
"rail/platform_lines"
|
"rail/station_connections_from_here"
|
"rail/station_connections_to_here"
|
"rail/station_lines"
|
"rail/station_platforms"
|
"sea/company_docks"
|
"sea/company_lines"
|
"sea/company_stops"
|
"sea/dock_connections_from_here"
|
"sea/dock_connections_to_here"
|
"sea/dock_lines"
|
"sea/line_docks"
|
"sea/line_stops"
|
"sea/stop_connections_from_here"
|
"sea/stop_connections_to_here"
|
"sea/stop_docks"
|
"sea/stop_lines"
Returns
T
[]
Protected
get
Set
getSet
<
T
extends
SqlValue
>
(
tableName
:
string
,
columnName
:
string
)
:
T
[]
Type Parameters
T
extends
SqlValue
Parameters
tableName
:
string
columnName
:
string
Returns
T
[]
Static
from
Id
fromId
(
i
:
number
,
gd
:
GD
)
:
LocatedNode
Parameters
i
:
number
gd
:
GD
Returns
LocatedNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
gd
i
Accessors
codes
company
connections
From
Here
connections
To
Here
coordinates
lines
name
nodes
In
Proximity
platforms
shared
Facilities
type
world
Methods
get
Column
get
Column
FK
get
Derived
get
Set
from
Id
gatelogue-types
Loading...