| Package | Description |
|---|---|
| com.graphhopper.coll | |
| com.graphhopper.reader.dem | |
| com.graphhopper.routing.subnetwork | |
| com.graphhopper.storage.index | |
| com.graphhopper.util |
| Modifier and Type | Class and Description |
|---|---|
class |
GHBitSetImpl
This implementation stores the bits inside the values of a long-array.
|
class |
GHTBitSet
Implements the bitset interface via a hash set.
|
| Modifier and Type | Method and Description |
|---|---|
GHBitSet |
GHBitSet.copyTo(GHBitSet bs) |
GHBitSet |
GHBitSetImpl.copyTo(GHBitSet bs) |
GHBitSet |
GHTBitSet.copyTo(GHBitSet bs) |
| Modifier and Type | Method and Description |
|---|---|
GHBitSet |
GHBitSet.copyTo(GHBitSet bs) |
GHBitSet |
GHBitSetImpl.copyTo(GHBitSet bs) |
GHBitSet |
GHTBitSet.copyTo(GHBitSet bs) |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeElevationInterpolator.gatherOuterAndInnerNodeIds(EdgeExplorer edgeExplorer,
EdgeIteratorState interpolatableEdge,
GHBitSet visitedEdgesIds,
com.carrotsearch.hppc.IntSet outerNodeIds,
GHIntHashSet innerNodeIds) |
| Modifier and Type | Method and Description |
|---|---|
GHBitSet |
TarjansSCCAlgorithm.getIgnoreSet() |
| Modifier and Type | Method and Description |
|---|---|
protected GHBitSet |
LocationIndexTree.XFirstSearchCheck.createBitSet() |
| Constructor and Description |
|---|
XFirstSearchCheck(double queryLat,
double queryLon,
GHBitSet checkBitset,
EdgeFilter edgeFilter) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract GHBitSet |
XFirstSearch.createBitSet()
Pick the BitSet implementation wisely.
|
Copyright © 2012–2019. All rights reserved.