Package | Description |
---|---|
org.opentripplanner.graph_builder.module.osm |
Modifier and Type | Field and Description |
---|---|
WayProperties |
WayPropertySet.defaultProperties
The WayProperties applied to all ways that do not match any WayPropertyPicker.
|
Modifier and Type | Method and Description |
---|---|
WayProperties |
WayProperties.clone() |
WayProperties |
WayPropertySet.getDataForWay(OSMWithTags way)
Applies the WayProperties whose OSMPicker best matches this way.
|
WayProperties |
WayPropertyPicker.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
WayPropertySet.addProperties(OSMSpecifier spec,
WayProperties properties) |
void |
WayPropertySet.addProperties(OSMSpecifier spec,
WayProperties properties,
boolean mixin) |
protected void |
OpenStreetMapModule.Handler.applyWayProperties(StreetEdge street,
StreetEdge backStreet,
WayProperties wayData,
OSMWithTags way) |
void |
WayPropertyPicker.setProperties(WayProperties properties) |
Constructor and Description |
---|
WayPropertyPicker(OSMSpecifier specifier,
WayProperties properties,
boolean mixin) |
Copyright © 2019. All rights reserved.