All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentripplanner.osm.wayproperty.WayPropertyPicker Maven / Gradle / Ivy

The newest version!
package org.opentripplanner.osm.wayproperty;

import org.opentripplanner.osm.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