Package com.graphhopper.reader.osm
Class RestrictionTagParser
java.lang.Object
com.graphhopper.reader.osm.RestrictionTagParser
Parses the OSM restriction tags for given vehicle types / transportation modes.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRestrictionTagParser
(List<String> vehicleTypes, BooleanEncodedValue turnRestrictionEnc) -
Method Summary
-
Constructor Details
-
RestrictionTagParser
-
-
Method Details
-
getTurnRestrictionEnc
-
parseRestrictionTags
public RestrictionTagParser.Result parseRestrictionTags(Map<String, Object> tags) throws OSMRestrictionException- Throws:
OSMRestrictionException
-