Uses of Class
com.graphhopper.storage.StorableProperties
Packages that use StorableProperties
Package
Description
-
Uses of StorableProperties in com.graphhopper
Methods in com.graphhopper that return StorableProperties -
Uses of StorableProperties in com.graphhopper.routing.ch
Methods in com.graphhopper.routing.ch with parameters of type StorablePropertiesModifier and TypeMethodDescriptionCHPreparationHandler.prepare(BaseGraph baseGraph, StorableProperties properties, List<CHConfig> chConfigs, boolean closeEarly) -
Uses of StorableProperties in com.graphhopper.routing.lm
Methods in com.graphhopper.routing.lm with parameters of type StorablePropertiesModifier and TypeMethodDescriptionLMPreparationHandler.prepare(List<LMConfig> lmConfigs, BaseGraph baseGraph, EncodingManager encodingManager, StorableProperties properties, LocationIndex locationIndex, boolean closeEarly) Prepares the landmark data for all given configs -
Uses of StorableProperties in com.graphhopper.routing.util
Methods in com.graphhopper.routing.util with parameters of type StorablePropertiesModifier and TypeMethodDescriptionstatic EncodingManagerEncodingManager.fromProperties(StorableProperties properties) static voidEncodingManager.putEncodingManagerIntoProperties(EncodingManager encodingManager, StorableProperties properties) -
Uses of StorableProperties in com.graphhopper.storage
Methods in com.graphhopper.storage that return StorablePropertiesModifier and TypeMethodDescriptionStorableProperties.create(long size) Before it saves this value it creates a string out of it.