public class BBox extends Object
| Constructor and Description |
|---|
BBox(double minLon,
double maxLon,
double minLat,
double maxLat) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxLat() |
double |
getMaxLon() |
double |
getMinLat() |
double |
getMinLon() |
void |
setMaxLat(double maxLat) |
void |
setMaxLon(double maxLon) |
void |
setMinLat(double minLat) |
void |
setMinLon(double minLon) |
String |
toString() |
public double getMinLon()
public void setMinLon(double minLon)
public double getMaxLon()
public void setMaxLon(double maxLon)
public double getMinLat()
public void setMinLat(double minLat)
public double getMaxLat()
public void setMaxLat(double maxLat)
Copyright © 2018. All Rights Reserved.