Package | Description |
---|---|
com.graphhopper.reader.osm | |
com.graphhopper.routing.util | |
com.graphhopper.util |
Modifier and Type | Method and Description |
---|---|
OSMReader |
OSMReader.setAreaIndex(AreaIndex<CustomArea> areaIndex)
The area index is queried for each OSM way and the associated areas are added to the way's tags
|
Modifier and Type | Method and Description |
---|---|
static CustomArea |
CustomArea.fromJsonFeature(JsonFeature j) |
Modifier and Type | Method and Description |
---|---|
static CustomArea |
GHUtility.getFirstDuplicateArea(List<CustomArea> areas,
String id) |
Modifier and Type | Method and Description |
---|---|
static List<CustomArea> |
GHUtility.readCountries()
Reads the country borders from the countries.geojson resource file
|
Modifier and Type | Method and Description |
---|---|
static CustomArea |
GHUtility.getFirstDuplicateArea(List<CustomArea> areas,
String id) |
Copyright © 2012–2022. All rights reserved.