| Package | Description |
|---|---|
| com.graphhopper | |
| com.graphhopper.json.geo | |
| com.graphhopper.util | |
| com.graphhopper.util.shapes |
| Modifier and Type | Method and Description |
|---|---|
BBox |
PathWrapper.calcBBox2D()
Calculates the 2D bounding box of this route
|
| Modifier and Type | Method and Description |
|---|---|
BBox |
JsonFeature.getBBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonFeature.setBbox(BBox bbox) |
| Constructor and Description |
|---|
JsonFeature(String id,
String type,
BBox bbox,
com.vividsolutions.jts.geom.Geometry geometry,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
BBox |
DistanceCalcEarth.createBBox(double lat,
double lon,
double radiusInMeter) |
BBox |
DistanceCalc.createBBox(double lat,
double lon,
double radiusInMeter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Helper.calcIndexSize(BBox graphBounds) |
| 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.
|
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.intersect(BBox b) |
boolean |
BBox.intersect(BBox o) |
Copyright © 2012–2018. All rights reserved.