Class BoundingBox
-
- All Implemented Interfaces:
public class BoundingBox
Smallest bounding box encapsulating a region
-
-
Field Summary
Fields Modifier and Type Field Description private final Double
northLatitude
private final Double
eastLongitude
private final Double
southLatitude
private final Double
westLongitude
-
Constructor Summary
Constructors Constructor Description BoundingBox(Double northLatitude, Double eastLongitude, Double southLatitude, Double westLongitude)
-
Method Summary
Modifier and Type Method Description Double
getNorthLatitude()
Double
getEastLongitude()
Double
getSouthLatitude()
Double
getWestLongitude()
String
toString()
-
-
Method Detail
-
getNorthLatitude
Double getNorthLatitude()
-
getEastLongitude
Double getEastLongitude()
-
getSouthLatitude
Double getSouthLatitude()
-
getWestLongitude
Double getWestLongitude()
-
-
-
-