Uses of Class
com.graphhopper.util.shapes.BBox
Packages that use BBox
Package
Description
-
Uses of BBox in com.graphhopper.geohash
Constructors in com.graphhopper.geohash with parameters of type BBox -
Uses of BBox in com.graphhopper.routing.lm
Methods in com.graphhopper.routing.lm that return BBoxConstructors in com.graphhopper.routing.lm with parameters of type BBox -
Uses of BBox in com.graphhopper.routing.querygraph
Methods in com.graphhopper.routing.querygraph that return BBox -
Uses of BBox in com.graphhopper.storage
Methods in com.graphhopper.storage that return BBox -
Uses of BBox in com.graphhopper.storage.index
Methods in com.graphhopper.storage.index that return BBoxMethods in com.graphhopper.storage.index with parameters of type BBoxModifier and TypeMethodDescriptionboolean
boolean
LocationIndex.TileFilter.acceptPartially
(BBox tile) static IndexStructureInfo
static LocationIndex.TileFilter
LocationIndex.createBBoxTileFilter
(BBox queryBBox) default void
This method is called if isTileInfo returns true.void
LineIntIndex.query
(BBox queryShape, LocationIndex.Visitor function) default void
LocationIndex.query
(BBox queryBBox, LocationIndex.Visitor function) This method explores the LocationIndex with the specified Visitor.Constructors in com.graphhopper.storage.index with parameters of type BBoxModifierConstructorDescriptionIndexStructureInfo
(int[] entries, byte[] shifts, PixelGridTraversal pixelGridTraversal, SpatialKeyAlgo keyAlgo, BBox bounds, int parts) LineIntIndex
(BBox bBox, Directory dir, String name) LineIntIndex
(BBox bBox, Directory dir, String name, DAType daType) PixelGridTraversal
(int parts, BBox bounds) -
Uses of BBox in com.graphhopper.util
Methods in com.graphhopper.util that return BBoxModifier and TypeMethodDescriptionDistanceCalc.createBBox
(double lat, double lon, double radiusInMeter) DistanceCalcEarth.createBBox
(double lat, double lon, double radiusInMeter) DistanceCalcEuclidean.createBBox
(double lat, double lon, double radiusInMeter) static BBox
GHUtility.createBBox
(EdgeIteratorState edgeState) Methods in com.graphhopper.util with parameters of type BBoxModifier and TypeMethodDescriptionGHUtility.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, DecimalEncodedValue speedEnc, BBox bBox) -
Uses of BBox in com.graphhopper.util.shapes
Fields in com.graphhopper.util.shapes declared as BBoxMethods in com.graphhopper.util.shapes that return BBoxModifier and TypeMethodDescriptionBBox.calculateIntersection
(BBox bBox) Calculates the intersecting BBox between this and the specified BBoxBBox.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.getBounds()
Circle.getBounds()
Polygon.getBounds()
Shape.getBounds()
static BBox
BBox.parseBBoxString
(String objectAsString) This method creates a BBox out of a string in format lon1,lon2,lat1,lat2static BBox
BBox.parseTwoPoints
(String objectAsString) This method creates a BBox out of a string in format lat1,lon1,lat2,lon2Methods in com.graphhopper.util.shapes with parameters of type BBoxModifier and TypeMethodDescriptionBBox.calculateIntersection
(BBox bBox) Calculates the intersecting BBox between this and the specified BBoxboolean
boolean
boolean
BBox.intersects
(BBox o) This method calculates if this BBox intersects with the specified BBoxboolean
Circle.intersects
(BBox b) static org.locationtech.jts.geom.Envelope
BBox.toEnvelope
(BBox bbox)