Uses of Enum Class
com.graphhopper.reader.osm.RestrictionType
Packages that use RestrictionType
-
Uses of RestrictionType in com.graphhopper.reader.osm
Methods in com.graphhopper.reader.osm that return RestrictionTypeModifier and TypeMethodDescriptionRestrictionTagParser.Result.getRestrictionType()static RestrictionTypeReturns the enum constant of this class with the specified name.static RestrictionType[]RestrictionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.graphhopper.reader.osm with parameters of type RestrictionTypeModifier and TypeMethodDescriptionstatic List<RestrictionSetter.Restriction>OSMRestrictionConverter.buildRestrictionsForOSMRestriction(BaseGraph baseGraph, RestrictionTopology topology, RestrictionType type) Converts an OSM restriction to (multiple) single 'no' restrictions to be fed intoRestrictionSetterConstructors in com.graphhopper.reader.osm with parameters of type RestrictionType