| Modifier and Type | Method and Description |
|---|---|
SpatialKeyAlgo |
SpatialKeyAlgo.bounds(BBox box) |
LinearKeyAlgo |
LinearKeyAlgo.setBounds(BBox bounds) |
| Modifier and Type | Method and Description |
|---|---|
BBox |
LandmarkSuggestion.getBox() |
| Constructor and Description |
|---|
LandmarkSuggestion(List<Integer> nodeIds,
BBox box) |
| Modifier and Type | Method and Description |
|---|---|
BBox |
QueryGraph.getBounds() |
| Modifier and Type | Method and Description |
|---|---|
BBox |
GraphHopperStorage.getBounds() |
BBox |
Graph.getBounds()
Returns the implicit bounds of this graph calculated from the lat,lon input of setNode
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocationIndex.Visitor.onTile(BBox bbox,
int depth)
This method is called if isTileInfo is enabled.
|
void |
LocationIndex.query(BBox queryBBox,
LocationIndex.Visitor function)
This method explores the nodes in this LocationIndex with the specified Visitor.
|
void |
Location2IDFullWithEdgesIndex.query(BBox queryBBox,
LocationIndex.Visitor function) |
void |
Location2IDFullIndex.query(BBox queryBBox,
LocationIndex.Visitor function) |
void |
LocationIndexTree.query(BBox queryShape,
LocationIndex.Visitor function) |
| Modifier and Type | Method and Description |
|---|---|
BBox |
DistanceCalcEuclidean.createBBox(double lat,
double lon,
double radiusInMeter) |
BBox |
DistanceCalcEarth.createBBox(double lat,
double lon,
double radiusInMeter) |
BBox |
DistanceCalc.createBBox(double lat,
double lon,
double radiusInMeter) |
static BBox |
GHUtility.createBBox(EdgeIteratorState edgeState) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GHUtility.printGraphForUnitTest(Graph g,
FlagEncoder encoder,
BBox bBox) |
| Modifier and Type | Method and Description |
|---|---|
BBox |
BBox.calculateIntersection(BBox bBox)
Calculates the intersecting BBox between this and the specified BBox
|
BBox |
BBox.clone() |
static BBox |
BBox.createInverse(boolean elevation)
Prefills BBox with minimum values so that it can increase.
|
static BBox |
BBox.fromEnvelope(org.locationtech.jts.geom.Envelope envelope) |
static BBox |
BBox.fromPoints(double lat1,
double lon1,
double lat2,
double lon2) |
BBox |
Polygon.getBounds() |
BBox |
Shape.getBounds() |
BBox |
Circle.getBounds() |
BBox |
BBox.getBounds() |
static BBox |
BBox.parseBBoxString(String objectAsString)
This method creates a BBox out of a string in format lon1,lon2,lat1,lat2
|
static BBox |
BBox.parseTwoPoints(String objectAsString)
This method creates a BBox out of a string in format lat1,lon1,lat2,lon2
|
| Modifier and Type | Method and Description |
|---|---|
BBox |
BBox.calculateIntersection(BBox bBox)
Calculates the intersecting BBox between this and the specified BBox
|
boolean |
Circle.contains(BBox b) |
boolean |
BBox.contains(BBox b) |
boolean |
Circle.intersects(BBox b) |
boolean |
BBox.intersects(BBox o)
This method calculates if this BBox intersects with the specified BBox
|
static org.locationtech.jts.geom.Envelope |
BBox.toEnvelope(BBox bbox) |
Copyright © 2012–2021. All rights reserved.