| Package | Description |
|---|---|
| com.graphhopper.routing.lm | |
| com.graphhopper.routing.subnetwork | |
| com.graphhopper.search | |
| com.graphhopper.storage | |
| com.graphhopper.storage.index |
| Modifier and Type | Class and Description |
|---|---|
class |
LandmarkStorage
This class stores the landmark nodes and the weights from and to all other nodes in every
subnetwork.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubnetworkStorage
This class handles storage of subnetwork ids for every node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringIndex |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataAccess
Abstraction of the underlying data structure with a unique id and location.
|
interface |
GraphStorage |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataAccess |
class |
CHGraphImpl
A Graph implementation necessary for Contraction Hierarchies.
|
class |
GraphHopperStorage
This class manages all storage related methods and delegates the calls to the associated graphs.
|
class |
MMapDataAccess
A DataAccess implementation using a memory-mapped file, i.e.
|
class |
RAMDataAccess
This is an in-memory byte-based data structure with the possibility to be stored on flush().
|
class |
StorableProperties
Writes an in-memory HashMap into a file on flush.
|
class |
TurnCostStorage
A key/value store, where the unique keys are turn relations, and the values are IntRefs.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LocationIndex
Provides a way to map real world data "lat,lon" to internal ids/indices of a memory efficient graph
- often just implemented as an array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Location2IDFullIndex
Very slow O(n) LocationIndex but no RAM/disc required.
|
class |
Location2IDFullWithEdgesIndex
Same as full index but calculates distance to all edges too
|
class |
LocationIndexTree
This class implements a Quadtree to get the closest node or edge from GPS coordinates.
|
Copyright © 2012–2020. All rights reserved.