public class TileBoundingBoxMapUtils extends Object
| Constructor and Description |
|---|
TileBoundingBoxMapUtils() |
| Modifier and Type | Method and Description |
|---|---|
static double |
getLatitudeDistance(BoundingBox boundingBox)
Get the latitude distance in the middle longitude
|
static double |
getLatitudeDistance(double minLatitude,
double maxLatitude)
Get the latitude distance in the middle longitude
|
static double |
getLongitudeDistance(BoundingBox boundingBox)
Get the longitude distance in the middle latitude
|
static double |
getLongitudeDistance(double minLongitude,
double maxLongitude)
Get the longitude distance in the middle latitude
|
public static double getLongitudeDistance(BoundingBox boundingBox)
boundingBox - public static double getLongitudeDistance(double minLongitude,
double maxLongitude)
minLongitude - maxLongitude - public static double getLatitudeDistance(BoundingBox boundingBox)
boundingBox - public static double getLatitudeDistance(double minLatitude,
double maxLatitude)
minLatitude - maxLatitude -