Package org.opensky.api
Class OpenSkyApi.BoundingBox
java.lang.Object
org.opensky.api.OpenSkyApi.BoundingBox
- Enclosing class:
- OpenSkyApi
Represents a bounding box of WGS84 coordinates (decimal degrees) that encompasses a certain area. It is
defined by a lower and upper bound for latitude and longitude.
-
Constructor Summary
ConstructorsConstructorDescriptionBoundingBox
(double minLatitude, double maxLatitude, double minLongitude, double maxLongitude) Create a bounding box, given the lower and upper bounds for latitude and longitude. -
Method Summary
-
Constructor Details
-
BoundingBox
public BoundingBox(double minLatitude, double maxLatitude, double minLongitude, double maxLongitude) Create a bounding box, given the lower and upper bounds for latitude and longitude.
-
-
Method Details