plannerjs - v0.4.1
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
IConnections
Provider
add
Connection
Source
append
Iterator
create
Iterator
get
ByTime
get
ByUrl
get
Sources
prefetch
Connections
Hierarchy
IConnectionsProvider
Implemented by
ConnectionsProviderDefault
ConnectionsProviderSingle
Index
Methods
add
Connection
Source
append
Iterator
create
Iterator
get
ByTime
get
ByUrl
get
Sources
prefetch
Connections
Methods
add
Connection
Source
add
Connection
Source
(
source
:
IConnectionsSourceConfig
)
:
any
Parameters
source:
IConnectionsSourceConfig
Returns
any
append
Iterator
append
Iterator
(
options
:
IConnectionsIteratorOptions
, existingIterator
:
AsyncIterator
<
IConnection
>
)
:
Promise
<
AsyncIterator
<
IConnection
>
>
Parameters
options:
IConnectionsIteratorOptions
existingIterator:
AsyncIterator
<
IConnection
>
Returns
Promise
<
AsyncIterator
<
IConnection
>
>
create
Iterator
create
Iterator
(
options
:
IConnectionsIteratorOptions
)
:
Promise
<
AsyncIterator
<
IConnection
>
>
Parameters
options:
IConnectionsIteratorOptions
Returns
Promise
<
AsyncIterator
<
IConnection
>
>
get
ByTime
get
ByTime
(
date
:
Date
, region
?:
GeometryValue
)
:
Promise
<
LinkedConnectionsPage
>
Parameters
date:
Date
Optional
region:
GeometryValue
Returns
Promise
<
LinkedConnectionsPage
>
get
ByUrl
get
ByUrl
(
url
:
string
)
:
Promise
<
LinkedConnectionsPage
>
Parameters
url:
string
Returns
Promise
<
LinkedConnectionsPage
>
get
Sources
get
Sources
(
)
:
IConnectionsSourceConfig
[]
Returns
IConnectionsSourceConfig
[]
prefetch
Connections
prefetch
Connections
(
lowerBound
:
Date
, upperBound
:
Date
)
:
void
Parameters
lowerBound:
Date
upperBound:
Date
Returns
void
Generated using
TypeDoc