getLongitudeSpan method
@return the longitude span of this BoundingBox in degrees.
Implementation
double getLongitudeSpan() {
return maxLongitude - minLongitude;
}
@return the longitude span of this BoundingBox in degrees.
double getLongitudeSpan() {
return maxLongitude - minLongitude;
}