Package | Description |
---|---|
com.graphhopper.coll | |
com.graphhopper.reader.dem | |
com.graphhopper.storage |
Constructor and Description |
---|
GHTBitSet(GHIntHashSet set) |
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 |
---|---|
void |
GraphEdgeIdFinder.fillEdgeIDs(GHIntHashSet edgeIds,
org.locationtech.jts.geom.Geometry geometry,
EdgeFilter filter)
This method fills the edgeIds hash with edgeIds found inside the specified geometry
|
void |
GraphEdgeIdFinder.findClosestEdge(GHIntHashSet edgeIds,
double lat,
double lon,
EdgeFilter filter)
This method fills the edgeIds hash with edgeIds found close (exact match) to the specified lat,lon
|
void |
GraphEdgeIdFinder.findClosestEdgeToPoint(GHIntHashSet edgeIds,
GHPoint point,
EdgeFilter filter)
This method fills the edgeIds hash with edgeIds found close (exact match) to the specified point
|
void |
GraphEdgeIdFinder.findEdgesInShape(GHIntHashSet edgeIds,
Shape shape,
EdgeFilter filter)
This method fills the edgeIds hash with edgeIds found inside the specified shape
|
Copyright © 2012–2020. All rights reserved.