
org.opentripplanner.openstreetmap.wayproperty.WayPropertyPicker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
The newest version!
package org.opentripplanner.openstreetmap.wayproperty;
import org.opentripplanner.openstreetmap.wayproperty.specifier.OsmSpecifier;
/**
* Associates an OSMSpecifier with some WayProperties. The WayProperties will be applied an OSM way
* when the OSMSpecifier matches it better than any other OSMSpecifier in the same WayPropertySet.
*/
public record WayPropertyPicker(OsmSpecifier specifier, WayProperties properties) {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy