public class WalkableAreaBuilder extends Object
Constructor and Description |
---|
WalkableAreaBuilder(Graph graph,
OSMDatabase osmdb,
WayPropertySet wayPropertySet,
StreetEdgeFactory edgeFactory,
OpenStreetMapModule.Handler __handler) |
Modifier and Type | Method and Description |
---|---|
void |
buildWithoutVisibility(org.opentripplanner.graph_builder.module.osm.AreaGroup group)
For all areas just use outermost rings as edges so that areas can be routable without visibility calculations
|
void |
buildWithVisibility(org.opentripplanner.graph_builder.module.osm.AreaGroup group,
boolean platformEntriesLinking) |
public WalkableAreaBuilder(Graph graph, OSMDatabase osmdb, WayPropertySet wayPropertySet, StreetEdgeFactory edgeFactory, OpenStreetMapModule.Handler __handler)
public void buildWithoutVisibility(org.opentripplanner.graph_builder.module.osm.AreaGroup group)
group
- public void buildWithVisibility(org.opentripplanner.graph_builder.module.osm.AreaGroup group, boolean platformEntriesLinking)
Copyright © 2018. All rights reserved.