public class GraphHopperOSM extends GraphHopper
| Constructor and Description |
|---|
GraphHopperOSM() |
GraphHopperOSM(com.graphhopper.json.geo.JsonFeatureCollection landmarkSplittingFeatureCollection) |
| Modifier and Type | Method and Description |
|---|---|
protected DataReader |
createReader(GraphHopperStorage ghStorage) |
String |
getOSMFile() |
protected void |
loadOrPrepareLM() |
GraphHopperOSM |
setOSMFile(String osmFileStr)
This file can be an osm xml (.osm), a compressed xml (.osm.zip or .osm.gz) or a protobuf file
(.pbf).
|
addAlgorithmFactoryDecorator, calcPaths, changeGraph, clean, cleanUp, close, createChangeGraphHelper, createLocationIndex, createTurnWeighting, createWeighting, ensureNotLoaded, ensureWriteAccess, flush, forDesktop, forMobile, forServer, getAlgorithmFactory, getCHFactoryDecorator, getDataReaderFile, getElevationProvider, getEncodedValueFactory, getEncodingManager, getGraphHopperLocation, getGraphHopperStorage, getLMFactoryDecorator, getLocationIndex, getMaxVisitedNodes, getPathDetailsBuilderFactory, getTagParserFactory, getTranslationMap, getTraversalMode, getWayPointMaxDistance, getWorkerThreads, hasElevation, importData, importOrLoad, init, initDataReader, initLocationIndex, isAllowWrites, isCHEnabled, load, loadGraph, postProcessing, prepareCH, route, setAllowWrites, setCHEnable, setCHEnabled, setDataReaderFile, setElevation, setElevationProvider, setEnableCalcPoints, setEncodedValueFactory, setEncodingManager, setFlagEncoderFactory, setGraphHopperLocation, setGraphHopperStorage, setInMemory, setLocationIndex, setMaxVisitedNodes, setMemoryMapped, setMinNetworkSize, setNonChMaxWaypointDistance, setPathDetailsBuilderFactory, setPreciseIndexResolution, setSortGraph, setStoreOnFlush, setTagParserFactory, setTraversalMode, setWayPointMaxDistancepublic GraphHopperOSM()
public GraphHopperOSM(com.graphhopper.json.geo.JsonFeatureCollection landmarkSplittingFeatureCollection)
protected DataReader createReader(GraphHopperStorage ghStorage)
createReader in class GraphHopperpublic String getOSMFile()
public GraphHopperOSM setOSMFile(String osmFileStr)
protected void loadOrPrepareLM()
loadOrPrepareLM in class GraphHopperCopyright © 2012–2019. All rights reserved.