public class BoundingBox extends Object
"boundingbox": [
"48.1190567016602",
"48.1191635131836",
"-1.6499342918396",
"-1.64988231658936"
],
| Constructor and Description |
|---|
BoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
double |
getEast()
Gets the east.
|
int |
getEastE6()
Gets the east.
|
double |
getNorth()
Gets the north.
|
int |
getNorthE6()
Gets the north.
|
double |
getSouth()
Gets the south.
|
int |
getSouthE6()
Gets the south.
|
double |
getWest()
Gets the west.
|
int |
getWestE6()
Gets the west.
|
void |
setEast(double east)
Sets the east.
|
void |
setEastE6(int east)
Sets the east.
|
void |
setNorth(double north)
Sets the north.
|
void |
setNorthE6(int north)
Sets the north.
|
void |
setSouth(double south)
Sets the south.
|
void |
setSouthE6(int south)
Sets the south.
|
void |
setWest(double west)
Sets the west.
|
void |
setWestE6(int west)
Sets the west.
|
public final double getNorth()
public final int getNorthE6()
public final void setNorth(double north)
north - the north to setpublic final void setNorthE6(int north)
north - the north to setpublic final double getWest()
public final int getWestE6()
public final void setWest(double west)
west - the west to setpublic final void setWestE6(int west)
west - the west to setpublic final double getEast()
public final int getEastE6()
public final void setEast(double east)
east - the east to setpublic final void setEastE6(int east)
east - the east to setpublic final double getSouth()
public final int getSouthE6()
public final void setSouth(double south)
south - the south to setpublic final void setSouthE6(int south)
south - the south to setCopyright © 2013. All Rights Reserved.