| Modifier and Type | Method and Description |
|---|---|
protected LocationIndex |
GraphHopper.createLocationIndex(Directory dir) |
| Constructor and Description |
|---|
OSMIDMap(Directory dir) |
OSMIDMap(Directory dir,
int noNumber) |
| Constructor and Description |
|---|
PillarInfo(boolean enabled3D,
Directory dir) |
| Modifier and Type | Method and Description |
|---|---|
protected Directory |
AbstractElevationProvider.getDirectory() |
| Constructor and Description |
|---|
PrepareContractionHierarchies(Directory dir,
GraphHopperStorage ghStorage,
CHGraph chGraph,
Weighting weighting,
TraversalMode traversalMode) |
| Constructor and Description |
|---|
LandmarkStorage(GraphHopperStorage graph,
Directory dir,
Weighting weighting,
int landmarks) |
PrepareLandmarks(Directory dir,
GraphHopperStorage graph,
Weighting weighting,
int landmarks,
int activeLandmarks) |
| Constructor and Description |
|---|
SubnetworkStorage(Directory dir,
String postfix) |
| Constructor and Description |
|---|
NameIndex(Directory dir) |
| Modifier and Type | Class and Description |
|---|---|
class |
GHDirectory
Implements some common methods for the subclasses.
|
class |
MMapDirectory
Manages memory mapped DataAccess objects.
|
class |
RAMDirectory
Manages in-memory DataAccess objects.
|
| Modifier and Type | Method and Description |
|---|---|
Directory |
GHDirectory.create() |
Directory |
Directory.create() |
Directory |
GraphStorage.getDirectory() |
Directory |
GraphHopperStorage.getDirectory() |
Directory |
GHDirectory.put(String name,
DAType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
TurnCostExtension.init(Graph graph,
Directory dir) |
void |
GraphExtension.init(Graph graph,
Directory dir)
initializes the extended storage by giving the base graph
|
void |
GraphExtension.NoOpExtension.init(Graph graph,
Directory dir) |
| Constructor and Description |
|---|
GraphHopperStorage(Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
GraphHopperStorage(List<? extends Weighting> chWeightings,
Directory dir,
EncodingManager encodingManager,
boolean withElevation,
GraphExtension extendedStorage) |
StorableProperties(Directory dir) |
| Constructor and Description |
|---|
LocationIndexTree(Graph g,
Directory dir) |
Copyright © 2012–2018. All rights reserved.