| Package | Description |
|---|---|
| com.graphhopper.reader | |
| com.graphhopper.storage | |
| com.graphhopper.util |
| Modifier and Type | Class and Description |
|---|---|
class |
PillarInfo
This class helps to store lat,lon,ele for every node parsed in OSMReader
|
| Constructor and Description |
|---|
ReaderNode(long id,
PointAccess pointAccess,
int accessId) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeAccess
This interface specifies how to access properties of the nodes in the graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PointList
Slim list to store several points (without the need for a point object).
|
class |
ShallowImmutablePointList
This is a shallow copy of a PointList.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PointList.add(PointAccess nodeAccess,
int index) |
| Constructor and Description |
|---|
FinishInstruction(PointAccess pointAccess,
int node) |
FinishInstruction(String name,
PointAccess pointAccess,
int node) |
Copyright © 2012–2018. All rights reserved.