| Package | Description |
|---|---|
| com.graphhopper.routing.weighting | |
| com.graphhopper.storage |
| Constructor and Description |
|---|
BlockAreaWeighting(Weighting superWeighting,
GraphEdgeIdFinder.BlockArea blockArea) |
| Modifier and Type | Method and Description |
|---|---|
static GraphEdgeIdFinder.BlockArea |
GraphEdgeIdFinder.createBlockArea(Graph graph,
LocationIndex locationIndex,
List<GHPoint> points,
PMap hints,
EdgeFilter edgeFilter) |
GraphEdgeIdFinder.BlockArea |
GraphEdgeIdFinder.parseBlockArea(String blockAreaString,
EdgeFilter filter,
double useEdgeIdsUntilAreaSize)
This method reads the blockAreaString and creates a Collection of Shapes or a set of found edges if area is small enough.
|
Copyright © 2012–2021. All rights reserved.