Modifier and Type | Interface and Description |
---|---|
interface |
GraphUpdater
Interface for graph updaters.
|
Modifier and Type | Class and Description |
---|---|
class |
PollingGraphUpdater
This abstract class implements logic that is shared between all polling updaters.
|
Modifier and Type | Class and Description |
---|---|
class |
GtfsRealtimeAlertsUpdater
GTFS-RT alerts updater
Usage example ('myalert' name is an example) in file 'Graph.properties':
|
Modifier and Type | Class and Description |
---|---|
class |
BikeParkUpdater
Graph updater that dynamically sets availability information on bike parking lots.
|
class |
KmlBikeParkDataSource
Load bike park from a KML placemarks.
|
Modifier and Type | Class and Description |
---|---|
class |
BCycleBikeRentalDataSource
Build a BikeRentalStation object from a B-Cycle data source JsonNode object.
|
class |
BikeRentalUpdater
Dynamic bike-rental station updater which updates the Graph with bike rental stations from one BikeRentalDataSource.
|
class |
BixiBikeRentalDataSource |
class |
CitiBikeNycBikeRentalDataSource
Build a BikeRentalStation object from CitiBike data source JsonNode object.
|
class |
CityBikesBikeRentalDataSource |
class |
GbfsBikeRentalDataSource
Created by demory on 2017-03-14.
|
class |
GenericJsonBikeRentalDataSource
Fetch Bike Rental JSON feeds and pass each record on to the specific rental subclass
|
class |
GenericKmlBikeRentalDataSource
Load bike rental stations from a KML placemarks.
|
class |
GenericXmlBikeRentalDataSource |
class |
JCDecauxBikeRentalDataSource
Implementation of a BikeRentalDataSource for the generic JCDecaux Open-Data API.
|
class |
KeolisRennesBikeRentalDataSource |
class |
NextBikeRentalDataSource
NextBike bike rental data source.
|
class |
OVFietsKMLDataSource |
class |
SanFranciscoBayAreaBikeRentalDataSource
Build a BikeRentalStation object from BayAreaBikeShare data source JsonNode object.
|
class |
ShareBikeRentalDataSource |
class |
UIPBikeRentalDataSource |
class |
VCubDataSource
Bike-rental station data source for the "Communauté d'Agglomération de Bordeaux" (CUB) VCub (aka
V^3) bike-rental network.
|
Modifier and Type | Class and Description |
---|---|
class |
ExampleGraphUpdater
This class shows an example of how to implement a graph updater.
|
class |
ExamplePollingGraphUpdater
This class shows an example of how to implement a polling graph updater.
|
Modifier and Type | Class and Description |
---|---|
class |
GtfsRealtimeFileTripUpdateSource
Reads the GTFS-RT from a local file.
|
class |
GtfsRealtimeHttpTripUpdateSource |
class |
PollingStoptimeUpdater
Update OTP stop time tables from some (realtime) source
Usage example ('rt' name is an example) in file 'Graph.properties':
|
class |
WebsocketGtfsRealtimeUpdater
This class starts an HTTP client which opens a websocket connection to a GTFS-RT data source.
|
Modifier and Type | Class and Description |
---|---|
class |
WFSNotePollingGraphUpdater
A graph updater that reads a WFS-interface and updates a DynamicStreetNotesSource.
|
class |
WinkkiPollingGraphUpdater
Example implementation of a WFS based street note updater, which can be used to retrieve roadworks and other
temporary obstacles from a WFS interface provided by the City of Helsinki's planning department.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenTrafficUpdater
Update the graph with traffic data from OpenTraffic.
|
Copyright © 2018. All rights reserved.