| Package | Description |
|---|---|
| com.graphhopper.util |
| Modifier and Type | Method and Description |
|---|---|
RamerDouglasPeucker |
RamerDouglasPeucker.setElevationMaxDistance(double dist)
maximum elevation distance of discrepancy (from the normal way) in meters
|
RamerDouglasPeucker |
RamerDouglasPeucker.setMaxDistance(double dist)
maximum distance of discrepancy (from the normal way) in meter
|
| Modifier and Type | Method and Description |
|---|---|
PathMerger |
PathMerger.setRamerDouglasPeucker(RamerDouglasPeucker ramerDouglasPeucker) |
static void |
PathSimplification.simplify(PointList pointList,
List<com.graphhopper.util.PathSimplification.Partition> partitions,
RamerDouglasPeucker ramerDouglasPeucker) |
static PointList |
PathSimplification.simplify(ResponsePath responsePath,
RamerDouglasPeucker ramerDouglasPeucker,
boolean enableInstructions)
Convenience method used to obtain the partitions from a calculated path with details and instructions
|
Copyright © 2012–2022. All rights reserved.