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 TypeMethodDescriptionbooleanbooleanLocationIndex.TileFilter.acceptPartially(BBox tile) static IndexStructureInfostatic LocationIndex.TileFilterLocationIndex.createBBoxTileFilter(BBox queryBBox) default voidThis method is called if isTileInfo returns true.voidLineIntIndex.query(BBox queryShape, LocationIndex.Visitor function) default voidLocationIndex.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 BBoxGHUtility.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 SnapGHUtility.getRandomSnap(LocationIndex locationIndex, Random rnd, BBox bbox, EdgeFilter filter) static voidGHUtility.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 BBoxBBox.createInverse(boolean elevation) Prefills BBox with minimum values so that it can increase.static BBoxBBox.fromEnvelope(org.locationtech.jts.geom.Envelope envelope) static BBoxBBox.fromPoints(double lat1, double lon1, double lat2, double lon2) BBox.getBounds()Circle.getBounds()Polygon.getBounds()Shape.getBounds()static BBoxBBox.parseBBoxString(String objectAsString) This method creates a BBox out of a string in format lon1,lon2,lat1,lat2static BBoxBBox.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 BBoxbooleanbooleanbooleanBBox.intersects(BBox o) This method calculates if this BBox intersects with the specified BBoxbooleanCircle.intersects(BBox b) static org.locationtech.jts.geom.EnvelopeBBox.toEnvelope(BBox bbox)