Uses of Class
org.optaweb.vehiclerouting.service.region.BoundingBox
-
Packages that use BoundingBox Package Description org.optaweb.vehiclerouting.plugin.routing Provides information based on geographical data, for example fastest and shortest distances between locations.org.optaweb.vehiclerouting.service.region Provides information about the application's working region. -
-
Uses of BoundingBox in org.optaweb.vehiclerouting.plugin.routing
Methods in org.optaweb.vehiclerouting.plugin.routing that return BoundingBox Modifier and Type Method Description BoundingBoxAirDistanceRouter. getBounds()BoundingBoxGraphHopperRouter. getBounds() -
Uses of BoundingBox in org.optaweb.vehiclerouting.service.region
Methods in org.optaweb.vehiclerouting.service.region that return BoundingBox Modifier and Type Method Description BoundingBoxRegionService. boundingBox()Bounding box of the working region.BoundingBoxRegion. getBounds()
-