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.Constructors in com.graphhopper.reader.osm with parameters of type RestrictionType -
Uses of RestrictionType in com.graphhopper.routing.util.parsers
Method parameters in com.graphhopper.routing.util.parsers with type arguments of type RestrictionTypeModifier and TypeMethodDescriptionvoidRestrictionSetter.setRestrictions(List<Pair<GraphRestriction, RestrictionType>> restrictions, BooleanEncodedValue turnRestrictionEnc) Adds all the turn restriction entries to the graph that are needed to enforce the given restrictions, for a single turn cost encoded value.