public class GeoBox extends Object
A bounding box is a rectangular region, often used to define the extents of a map or a rough area of interest. A box contains two space separate latitude-longitude pairs, with each pair separated by whitespace. The first pair is the lower corner, the second is the upper corner.
Used in GeoRSS namespace specifications.
| Constructor and Description |
|---|
GeoBox() |
| Modifier and Type | Method and Description |
|---|---|
GeoPoint |
getLowerCorner() |
GeoPoint |
getUpperCorner() |
void |
setLowerCorner(GeoPoint lowerCorner) |
void |
setUpperCorner(GeoPoint upperCorner) |
String |
toString() |
Copyright © 2018. All rights reserved.