public class ChangeGraphHelper extends Object
This class is not thread-safe. It is currently only safe to use it via GraphHopper.changeGraph
Constructor and Description |
---|
ChangeGraphHelper(Graph graph,
LocationIndex locationIndex) |
Modifier and Type | Method and Description |
---|---|
long |
applyChanges(EncodingManager em,
Collection<JsonFeature> features)
This method applies changes to the graph, specified by the json features.
|
void |
setLogging(boolean log) |
public ChangeGraphHelper(Graph graph, LocationIndex locationIndex)
public void setLogging(boolean log)
public long applyChanges(EncodingManager em, Collection<JsonFeature> features)
Copyright © 2012–2019. All rights reserved.