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 |
---|
LandmarkStorage(GraphHopperStorage graph,
Directory dir,
LMConfig lmConfig,
int landmarks) |
PrepareLandmarks(Directory dir,
GraphHopperStorage graph,
LMConfig lmConfig,
int landmarks) |
Constructor and Description |
---|
SubnetworkStorage(Directory dir,
String postfix) |
Constructor and Description |
---|
StringIndex(Directory dir) |
StringIndex(Directory dir,
int cacheSize)
Specify a larger cacheSize to reduce disk usage.
|
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 |
Directory.create() |
Directory |
GHDirectory.create() |
Directory |
GraphHopperStorage.getDirectory() |
Directory |
GraphStorage.getDirectory() |
Directory |
GHDirectory.put(String name,
DAType type) |
Modifier and Type | Method and Description |
---|---|
GraphBuilder |
GraphBuilder.setDir(Directory dir) |
Constructor and Description |
---|
GraphHopperStorage(Directory dir,
EncodingManager encodingManager,
boolean withElevation) |
GraphHopperStorage(Directory dir,
EncodingManager encodingManager,
boolean withElevation,
boolean withTurnCosts) |
GraphHopperStorage(Directory dir,
EncodingManager encodingManager,
boolean withElevation,
boolean withTurnCosts,
int segmentSize) |
StorableProperties(Directory dir) |
Constructor and Description |
---|
LocationIndexTree(Graph g,
Directory dir) |
Copyright © 2012–2020. All rights reserved.