| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.reader.dem | |
| com.graphhopper.routing | |
| com.graphhopper.routing.template | |
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
PointList |
PathWrapper.getPoints()
This method returns all points on the path.
|
PointList |
PathWrapper.getWaypoints()
This method returns the input points snapped to the road network.
|
| Modifier and Type | Method and Description |
|---|---|
PathWrapper |
PathWrapper.setPoints(PointList points) |
void |
PathWrapper.setWaypoints(PointList wpList)
This method initializes this path with the snapped input points.
|
| Modifier and Type | Method and Description |
|---|---|
static PointList |
GraphElevationSmoothing.smoothElevation(PointList geometry) |
| Modifier and Type | Method and Description |
|---|---|
double |
ElevationInterpolator.calculateElevationBasedOnPointList(double lat,
double lon,
PointList pointList) |
static PointList |
GraphElevationSmoothing.smoothElevation(PointList geometry) |
| Modifier and Type | Method and Description |
|---|---|
PointList |
Path.calcPoints()
This method calculated a list of points for this path
|
PointList |
VirtualEdgeIteratorState.fetchWayGeometry(int mode) |
| Modifier and Type | Method and Description |
|---|---|
EdgeIteratorState |
VirtualEdgeIteratorState.setWayGeometry(PointList list) |
| Constructor and Description |
|---|
VirtualEdgeIteratorState(int originalTraversalKey,
int edgeId,
int baseNode,
int adjNode,
double distance,
long flags,
String name,
PointList pointList) |
| Modifier and Type | Method and Description |
|---|---|
protected PointList |
AbstractRoutingTemplate.getWaypoints() |
| Modifier and Type | Class and Description |
|---|---|
class |
ShallowImmutablePointList
This is a shallow copy of a PointList.
|
| Modifier and Type | Field and Description |
|---|---|
static PointList |
PointList.EMPTY |
protected PointList |
Instruction.points |
| Modifier and Type | Method and Description |
|---|---|
PointList |
PointList.clone(boolean reverse)
Clones this PointList.
|
PointList |
PointList.copy(int from,
int end)
This method does a deep copy of this object for the specified range.
|
static PointList |
Helper.createPointList(double... list) |
static PointList |
Helper.createPointList3D(double... list) |
PointList |
GHUtility.DisabledEdgeIterator.fetchWayGeometry(int type) |
PointList |
EdgeIteratorState.fetchWayGeometry(int mode)
For roadnetwork data like OSM a way is nearly always a curve not just a straight line.
|
static PointList |
PointList.from(com.vividsolutions.jts.geom.LineString lineString) |
PointList |
Instruction.getPoints() |
PointList |
PointList.shallowCopy(int from,
int end,
boolean ensureConsistency)
Create a shallow copy of this Pointlist from from to end, excluding end.
|
PointList |
PathSimplification.simplify() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShallowImmutablePointList.add(PointList points) |
void |
PointList.add(PointList points) |
void |
Instruction.setPoints(PointList points) |
EdgeIteratorState |
GHUtility.DisabledEdgeIterator.setWayGeometry(PointList list) |
EdgeIteratorState |
EdgeIteratorState.setWayGeometry(PointList list) |
int |
DouglasPeucker.simplify(PointList points)
Simplifies the
points, from index 0 to size-1. |
int |
DouglasPeucker.simplify(PointList points,
int fromIndex,
int lastIndex)
Simplifies a part of the
points. |
| Constructor and Description |
|---|
Instruction(int sign,
String name,
InstructionAnnotation ia,
PointList pl)
The points, distances and times have exactly the same count.
|
RoundaboutInstruction(int sign,
String name,
InstructionAnnotation ia,
PointList pl) |
ShallowImmutablePointList(int fromOffset,
int toOffset,
PointList wrappedPointList) |
ViaInstruction(String name,
InstructionAnnotation ia,
PointList pl) |
Copyright © 2012–2018. All rights reserved.