| Package | Description |
|---|---|
| com.graphhopper.storage | |
| com.graphhopper.util.shapes |
| Modifier and Type | Method and Description |
|---|---|
GHIntHashSet |
GraphEdgeIdFinder.BlockArea.add(Shape shape) |
void |
GraphEdgeIdFinder.findEdgesInShape(GHIntHashSet edgeIds,
Shape shape,
EdgeFilter filter)
This method fills the edgeIds hash with edgeIds found inside the specified shape
|
| Modifier and Type | Class and Description |
|---|---|
class |
BBox
A simple bounding box defined as follows: minLon, maxLon followed by minLat which is south(!) and
maxLat.
|
class |
Circle |
class |
Polygon
This class represents a polygon that is defined by a set of points.
|
Copyright © 2012–2021. All rights reserved.