gatelogue-types
Preparing search index...
SeaStop
Class SeaStop
Hierarchy (
View Summary
)
LocatedNode
SeaStop
Index
Constructors
constructor
Properties
gd
i
Accessors
codes
company
connections
From
Here
connections
To
Here
coordinates
docks
lines
name
nodes
In
Proximity
shared
Facilities
type
world
Methods
get
Column
get
Column
FK
get
Derived
get
Set
from
Id
Constructors
constructor
new
SeaStop
(
i
:
number
,
gd
:
GD
)
:
SeaStop
Parameters
i
:
number
gd
:
GD
Returns
SeaStop
Properties
Protected
Readonly
gd
gd
:
GD
Readonly
i
i
:
number
Accessors
codes
get
codes
()
:
string
[]
Returns
string
[]
company
get
company
()
:
SeaCompany
Returns
SeaCompany
connections
From
Here
get
connectionsFromHere
()
:
SeaConnection
[]
Returns
SeaConnection
[]
connections
To
Here
get
connectionsToHere
()
:
SeaConnection
[]
Returns
SeaConnection
[]
coordinates
get
coordinates
()
:
[
number
,
number
]
|
null
Returns
[
number
,
number
]
|
null
docks
get
docks
()
:
SeaDock
[]
Returns
SeaDock
[]
lines
get
lines
()
:
SeaLine
[]
Returns
SeaLine
[]
name
get
name
()
:
string
|
null
Returns
string
|
null
nodes
In
Proximity
get
nodesInProximity
()
:
[
LocatedNode
,
Proximity
]
[]
Returns
[
LocatedNode
,
Proximity
]
[]
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
docks
lines
name
nodes
In
Proximity
shared
Facilities
type
world
Methods
get
Column
get
Column
FK
get
Derived
get
Set
from
Id
gatelogue-types
Loading...