Modifier and Type | Class and Description |
---|---|
class |
AnnotationsToHTML
This class generates nice HTML graph annotations reports
They are created with the help of getHTMLMessage function in
GraphBuilderAnnotation derived classes. |
Modifier and Type | Method and Description |
---|---|
void |
GraphBuilder.addModule(GraphBuilderModule loader) |
Modifier and Type | Method and Description |
---|---|
void |
GraphBuilder.setGraphBuilders(List<GraphBuilderModule> graphLoaders) |
Modifier and Type | Class and Description |
---|---|
class |
CheckGeometryModule
Check the geometry of every edge in the graph for any bogus geometry --
that is, geometry with coordinates of NaN.
|
class |
DirectTransferGenerator
GraphBuilderModule module that links up the stops of a transit network among themselves. |
class |
EmbedConfig
A graph builder that will embed the JSON graph builder and router configuration into the Graph.
|
class |
GraphCoherencyCheckerModule
Check the every vertex and edge in the graph to make sure the edge lists and from/to
members are coherent, and that there are no edgeless vertices.
|
class |
GraphStatisticsModule
Print statistics on geometry and edge/vertices data for a graph (number of geometry, average
number of points, size distribution, edge names size, etc...)
|
class |
GtfsModule |
class |
PruneFloatingIslands
this module is part of the
GraphBuilderModule process. |
class |
StopsAlerts
It prints the stops that satisfy certain criteria.
|
class |
StreetLinkerModule
GraphBuilderModule plugin that links various objects
in the graph to the street network. |
class |
TransitToTaggedStopsModule
This module takes advantage of the fact that in some cities, an authoritative linking location for GTFS stops is
provided by tags in the OSM data.
|
Constructor and Description |
---|
GraphBuilderModuleSummary(GraphBuilderModule module) |
Modifier and Type | Class and Description |
---|---|
class |
BikeParkModule
This graph builder allow one to statically build bike park using the same source as the dynamic
bike park updater.
|
class |
BikeRentalModule
This graph builder allow one to statically build bike rental stations using the same source as
the dynamic bike rental updater.
|
Modifier and Type | Class and Description |
---|---|
class |
ElevationModule
THIS CLASS IS MULTI-THREADED
(When configured to do so, it uses parallel streams to distribute elevation calculation tasks for edges.)
GraphBuilderModule plugin that applies elevation data to street
data that has already been loaded into a (@link Graph}, creating elevation profiles for each Street encountered
in the Graph. |
Modifier and Type | Class and Description |
---|---|
class |
OpenStreetMapModule
Builds a street graph from OpenStreetMap data.
|
Modifier and Type | Class and Description |
---|---|
class |
ShapefileStreetModule
Loads a shapefile into an edge-based graph.
|
Copyright © 2020. All rights reserved.