Uses of Class
com.graphhopper.config.Profile
Packages that use Profile
-
Uses of Profile in com.graphhopper
Methods in com.graphhopper that return ProfileModifier and TypeMethodDescriptionGraphHopper.getProfile
(String profileName) Returns the profile for the given profile name, or null if it does not existMethods in com.graphhopper that return types with arguments of type ProfileModifier and TypeMethodDescriptionGraphHopper.getProfiles()
GraphHopperConfig.getProfiles()
GraphHopper.resolveCustomModelFiles
(String customModelFolder, List<Profile> profiles, JsonFeatureCollection globalAreas) Methods in com.graphhopper with parameters of type ProfileModifier and TypeMethodDescriptionfinal Weighting
GraphHopper.createWeighting
(Profile profile, PMap hints) final Weighting
GraphHopper.createWeighting
(Profile profile, PMap hints, boolean disableTurnCosts) GraphHopper.setProfiles
(Profile... profiles) Sets the routing profiles that shall be supported by this GraphHopper instance.Method parameters in com.graphhopper with type arguments of type ProfileModifier and TypeMethodDescriptionprotected Router
GraphHopper.doCreateRouter
(BaseGraph baseGraph, EncodingManager encodingManager, LocationIndex locationIndex, Map<String, Profile> profilesByName, PathDetailsBuilderFactory pathBuilderFactory, TranslationMap trMap, RouterConfig routerConfig, WeightingFactory weightingFactory, Map<String, RoutingCHGraph> chGraphs, Map<String, LandmarkStorage> landmarks) GraphHopper.getEVSortIndex
(Map<String, Profile> profilesByName) GraphHopper.resolveCustomModelFiles
(String customModelFolder, List<Profile> profiles, JsonFeatureCollection globalAreas) GraphHopper.setProfiles
(List<Profile> profiles) GraphHopperConfig.setProfiles
(List<Profile> profiles) -
Uses of Profile in com.graphhopper.config
Methods in com.graphhopper.config that return ProfileModifier and TypeMethodDescriptionProfile.setCustomModel
(CustomModel customModel) Profile.setTurnCostsConfig
(TurnCostsConfig turnCostsConfig) Profile.setWeighting
(String weighting) Constructors in com.graphhopper.config with parameters of type Profile -
Uses of Profile in com.graphhopper.routing
Fields in com.graphhopper.routing declared as ProfileFields in com.graphhopper.routing with type parameters of type ProfileMethods in com.graphhopper.routing that return ProfileModifier and TypeMethodDescriptionstatic Profile
TestProfiles.accessAndSpeed
(String vehicle) static Profile
TestProfiles.accessAndSpeed
(String name, String vehicle) static Profile
TestProfiles.accessSpeedAndPriority
(String vehicle) static Profile
TestProfiles.accessSpeedAndPriority
(String name, String vehicle) static Profile
TestProfiles.constantSpeed
(String name) static Profile
TestProfiles.constantSpeed
(String name, double speed) protected Profile
Router.Solver.getProfile()
Methods in com.graphhopper.routing with parameters of type ProfileModifier and TypeMethodDescriptionDefaultWeightingFactory.createWeighting
(Profile profile, PMap requestHints, boolean disableTurnCosts) WeightingFactory.createWeighting
(Profile profile, PMap hints, boolean disableTurnCosts) Method parameters in com.graphhopper.routing with type arguments of type ProfileModifier and TypeMethodDescriptionprotected Router.Solver
Router.createCHSolver
(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodingManager encodingManager, Map<String, RoutingCHGraph> chGraphs) protected Router.Solver
Router.createFlexSolver
(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodingManager encodingManager, WeightingFactory weightingFactory, BaseGraph baseGraph, LocationIndex locationIndex) protected Router.Solver
Router.createLMSolver
(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodingManager encodingManager, WeightingFactory weightingFactory, BaseGraph baseGraph, LocationIndex locationIndex, Map<String, LandmarkStorage> landmarks) Constructor parameters in com.graphhopper.routing with type arguments of type ProfileModifierConstructorDescriptionprotected
FlexSolver
(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodedValueLookup lookup, WeightingFactory weightingFactory, BaseGraph graph, LocationIndex locationIndex) Router
(BaseGraph graph, EncodingManager encodingManager, LocationIndex locationIndex, Map<String, Profile> profilesByName, PathDetailsBuilderFactory pathDetailsBuilderFactory, TranslationMap translationMap, RouterConfig routerConfig, WeightingFactory weightingFactory, Map<String, RoutingCHGraph> chGraphs, Map<String, LandmarkStorage> landmarks) Solver
(GHRequest request, Map<String, Profile> profilesByName, RouterConfig routerConfig, EncodedValueLookup lookup)