Package | Description |
---|---|
com.graphhopper.storage |
Modifier and Type | Method and Description |
---|---|
GraphBuilder |
GraphBuilder.set3D(boolean withElevation) |
GraphBuilder |
GraphBuilder.setBytes(long bytes) |
GraphBuilder |
GraphBuilder.setCHConfigs(CHConfig... chConfigs) |
GraphBuilder |
GraphBuilder.setCHConfigs(List<CHConfig> chConfigs) |
GraphBuilder |
GraphBuilder.setCHConfigStrings(String... profileStrings)
Convenience method to set the CH profiles using a string representation.
|
GraphBuilder |
GraphBuilder.setDir(Directory dir) |
GraphBuilder |
GraphBuilder.setMMap(String location) |
GraphBuilder |
GraphBuilder.setRAM() |
GraphBuilder |
GraphBuilder.setRAM(String location) |
GraphBuilder |
GraphBuilder.setRAM(String location,
boolean store) |
GraphBuilder |
GraphBuilder.setSegmentSize(int segmentSize) |
static GraphBuilder |
GraphBuilder.start(EncodingManager encodingManager) |
GraphBuilder |
GraphBuilder.withTurnCosts(boolean turnCosts) |
Copyright © 2012–2020. All rights reserved.