Package | Description |
---|---|
com.graphhopper | |
com.graphhopper.json.geo | |
com.graphhopper.util | |
com.graphhopper.util.shapes |
Modifier and Type | Method and Description |
---|---|
BBox |
ResponsePath.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,
org.locationtech.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.
|
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–2020. All rights reserved.