public class BoundingBox extends java.lang.Object
| Constructor and Description |
|---|
BoundingBox(double west,
double east,
double south,
double north) |
| Modifier and Type | Method and Description |
|---|---|
double |
getEast() |
double |
getNorth() |
double |
getSouth() |
double |
getWest() |
void |
setEast(double east) |
void |
setNorth(double north) |
void |
setSouth(double south) |
void |
setWest(double west) |
public BoundingBox(double west, double east, double south, double north)
public double getWest()
public void setWest(double west)
west - the west to setpublic double getEast()
public void setEast(double east)
east - the east to setpublic double getSouth()
public void setSouth(double south)
south - the south to setpublic double getNorth()
public void setNorth(double north)
north - the north to set