| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.reader.dem | |
| com.graphhopper.reader.osm | |
| com.graphhopper.routing.lm | |
| com.graphhopper.search | |
| com.graphhopper.storage | |
| com.graphhopper.storage.index |
| Modifier and Type | Method and Description |
|---|---|
protected LocationIndex |
GraphHopper.createLocationIndex(Directory dir) |
| Modifier and Type | Method and Description |
|---|---|
protected Directory |
TileBasedElevationProvider.getDirectory() |
| Modifier and Type | Method and Description |
|---|---|
WaySegmentParser.Builder |
WaySegmentParser.Builder.setDirectory(Directory directory) |
| Constructor and Description |
|---|
PillarInfo(boolean enabled3D,
Directory dir) |
| Constructor and Description |
|---|
LandmarkStorage(BaseGraph graph,
EncodedValueLookup encodedValueLookup,
Directory dir,
LMConfig lmConfig,
int landmarks) |
PrepareLandmarks(Directory dir,
BaseGraph graph,
EncodedValueLookup encodedValueLookup,
LMConfig lmConfig,
int landmarks) |
| Constructor and Description |
|---|
EdgeKVStorage(Directory dir)
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 |
BaseGraph.getDirectory() |
| Modifier and Type | Method and Description |
|---|---|
BaseGraph.Builder |
BaseGraph.Builder.setDir(Directory directory) |
| Constructor and Description |
|---|
BaseGraph(Directory dir,
int intsForFlags,
boolean withElevation,
boolean withTurnCosts,
int segmentSize) |
CHStorage(Directory dir,
String name,
int segmentSize,
boolean edgeBased) |
StorableProperties(Directory dir) |
| Constructor and Description |
|---|
LineIntIndex(BBox bBox,
Directory dir,
String name) |
LocationIndexTree(Graph g,
Directory dir) |
Copyright © 2012–2022. All rights reserved.