| Modifier and Type | Method and Description |
|---|---|
BBox |
PathWrapper.calcRouteBBox(BBox _fallback)
Calculates the bounding box of this route response
|
| Modifier and Type | Method and Description |
|---|---|
BBox |
PathWrapper.calcRouteBBox(BBox _fallback)
Calculates the bounding box of this route response
|
| Modifier and Type | Method and Description |
|---|---|
SpatialKeyAlgo |
SpatialKeyAlgo.bounds(BBox box) |
LinearKeyAlgo |
LinearKeyAlgo.setBounds(BBox bounds) |
| Modifier and Type | Method and Description |
|---|---|
BBox |
JsonFeature.getBBox() |
| 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 |
QueryGraph.getBounds() |
| 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 |
SpatialRuleLookupArray.getBounds() |
BBox |
SpatialRuleLookup.getBounds() |
| Modifier and Type | Method and Description |
|---|---|
static SpatialRuleLookup |
SpatialRuleLookupBuilder.buildIndex(JsonFeatureCollection jsonFeatureCollection,
String jsonIdField,
SpatialRuleLookupBuilder.SpatialRuleFactory spatialRuleFactory,
double resolution,
BBox maxBBox)
Builds a SpatialRuleLookup by passing the provided JSON features into the provided
SpatialRuleFactory and collecting all the SpatialRule instances that it returns,
ignoring when it returns SpatialRule.EMPTY.
|
| Constructor and Description |
|---|
SpatialRuleLookupArray(List<SpatialRule> spatialRules,
double resolution,
boolean exact,
BBox bounds) |
| 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
|
BBox |
CHGraphImpl.getBounds() |
| 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 |
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.