Package | Description |
---|---|
org.opentripplanner.graph_builder.module.osm | |
org.opentripplanner.openstreetmap.model | |
org.opentripplanner.openstreetmap.services |
Modifier and Type | Method and Description |
---|---|
Collection<OSMWay> |
OSMDatabase.getWays() |
Modifier and Type | Method and Description |
---|---|
void |
OSMDatabase.addWay(OSMWay way) |
static P2<StreetTraversalPermission> |
OSMFilter.getPermissions(StreetTraversalPermission permissions,
OSMWay way)
Check OSM tags for various one-way and one-way-by-mode tags and return a pair of permissions
for travel along and against the way.
|
static StreetTraversalPermission |
OSMFilter.getPermissionsForWay(OSMWay way,
StreetTraversalPermission def,
Graph graph) |
static StreetTraversalPermission |
OSMFilter.getPermissionsForWay(OSMWay way,
StreetTraversalPermission def,
Graph graph,
boolean banDiscouragedWalking,
boolean banDiscouragedBiking)
Computes permissions for an OSMWay.
|
Modifier and Type | Method and Description |
---|---|
OSMWay |
OSMMap.getWayForId(long wayId) |
Modifier and Type | Method and Description |
---|---|
Map<Long,OSMWay> |
OSMMap.getWays() |
Modifier and Type | Method and Description |
---|---|
void |
OSMMap.addWay(OSMWay way) |
Modifier and Type | Method and Description |
---|---|
void |
OpenStreetMapContentHandler.addWay(OSMWay way)
Stores a way.
|
Copyright © 2019. All rights reserved.