Uses of Interface
com.graphhopper.storage.Directory
Packages that use Directory
Package
Description
-
Uses of Directory in com.graphhopper
Methods in com.graphhopper with parameters of type DirectoryModifier and TypeMethodDescriptionprotected LocationIndex
GraphHopper.createLocationIndex
(Directory dir) -
Uses of Directory in com.graphhopper.reader.dem
Methods in com.graphhopper.reader.dem that return Directory -
Uses of Directory in com.graphhopper.reader.osm
Constructors in com.graphhopper.reader.osm with parameters of type DirectoryModifierConstructorDescriptionBuilder
(PointAccess pointAccess, Directory directory) PillarInfo
(boolean enabled3D, Directory dir) -
Uses of Directory in com.graphhopper.routing.lm
Constructors in com.graphhopper.routing.lm with parameters of type DirectoryModifierConstructorDescriptionLandmarkStorage
(BaseGraph graph, EncodedValueLookup encodedValueLookup, Directory dir, LMConfig lmConfig, int landmarks) PrepareLandmarks
(Directory dir, BaseGraph graph, EncodedValueLookup encodedValueLookup, LMConfig lmConfig, int landmarks) -
Uses of Directory in com.graphhopper.routing.util
Methods in com.graphhopper.routing.util with parameters of type DirectoryModifier and TypeMethodDescriptionvoid
MaxSpeedCalculator.createDataAccessForParser
(Directory directory) -
Uses of Directory in com.graphhopper.search
Constructors in com.graphhopper.search with parameters of type Directory -
Uses of Directory in com.graphhopper.storage
Classes in com.graphhopper.storage that implement DirectoryModifier and TypeClassDescriptionclass
Implements some common methods for the subclasses.class
Manages memory mapped DataAccess objects.class
Manages in-memory DataAccess objects.Methods in com.graphhopper.storage that return DirectoryModifier and TypeMethodDescriptionGHDirectory.configure
(LinkedHashMap<String, String> config) Configure the DAType (specified by the value) of a single DataAccess object (specified by the key).Directory.create()
GHDirectory.create()
BaseGraph.getDirectory()
Methods in com.graphhopper.storage with parameters of type DirectoryModifier and TypeMethodDescriptionConstructors in com.graphhopper.storage with parameters of type Directory -
Uses of Directory in com.graphhopper.storage.index
Constructors in com.graphhopper.storage.index with parameters of type DirectoryModifierConstructorDescriptionLineIntIndex
(BBox bBox, Directory dir, String name) LineIntIndex
(BBox bBox, Directory dir, String name, DAType daType) LocationIndexTree
(Graph g, Directory dir)