Package org.opensky.api
Class OpenSkyApi.BoundingBox
- java.lang.Object
-
- org.opensky.api.OpenSkyApi.BoundingBox
-
- Enclosing class:
- OpenSkyApi
public static class OpenSkyApi.BoundingBox extends Object
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
Constructors Constructor Description BoundingBox(double minLatitude, double maxLatitude, double minLongitude, double maxLongitude)
Create a bounding box, given the lower and upper bounds for latitude and longitude.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
double
getMaxLatitude()
double
getMaxLongitude()
double
getMinLatitude()
double
getMinLongitude()
int
hashCode()
-