Constructor and Description |
---|
SpatialKeyAlgo(int allBits,
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 |
Graph.getBounds()
Returns the implicit bounds of this graph calculated from the lat,lon input of setNode
|
BBox |
BaseGraph.getBounds() |
Modifier and Type | Method and Description |
---|---|
BBox |
IndexStructureInfo.getBounds() |
Modifier and Type | Method and Description |
---|---|
static IndexStructureInfo |
IndexStructureInfo.create(BBox bounds,
int minResolutionInMeter) |
default void |
LocationIndex.Visitor.onTile(BBox bbox,
int depth)
This method is called if isTileInfo returns true.
|
void |
LineIntIndex.query(BBox queryShape,
LocationIndex.Visitor function) |
void |
LocationIndex.query(BBox queryBBox,
LocationIndex.Visitor function)
This method explores the LocationIndex with the specified Visitor.
|
void |
LocationIndexTree.query(BBox queryBBox,
LocationIndex.Visitor function) |
Constructor and Description |
---|
IndexStructureInfo(int[] entries,
byte[] shifts,
PixelGridTraversal pixelGridTraversal,
SpatialKeyAlgo keyAlgo,
BBox bounds,
int parts) |
LineIntIndex(BBox bBox,
Directory dir,
String name) |
PixelGridTraversal(int parts,
BBox bounds) |
Modifier and Type | Method and Description |
---|---|
BBox |
DistanceCalcEarth.createBBox(double lat,
double lon,
double radiusInMeter) |
BBox |
DistanceCalc.createBBox(double lat,
double lon,
double radiusInMeter) |
BBox |
DistanceCalcEuclidean.createBBox(double lat,
double lon,
double radiusInMeter) |
static BBox |
GHUtility.createBBox(EdgeIteratorState edgeState) |
Modifier and Type | Method and Description |
---|---|
static List<Snap> |
GHUtility.createRandomSnaps(BBox bbox,
LocationIndex locationIndex,
Random rnd,
int numPoints,
boolean acceptTower,
EdgeFilter filter) |
static Snap |
GHUtility.getRandomSnap(LocationIndex locationIndex,
Random rnd,
BBox bbox,
EdgeFilter filter) |
static void |
GHUtility.printGraphForUnitTest(Graph g,
BooleanEncodedValue accessEnc,
DecimalEncodedValue speedEnc,
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 |
Circle.getBounds() |
BBox |
BBox.getBounds() |
BBox |
Shape.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–2022. All rights reserved.