Class GeoBoundingBox
- java.lang.Object
-
- com.funnelback.publicui.search.model.padre.GeoBoundingBox
-
public class GeoBoundingBox extends Object
The smallest bounding box the coordinates of all result within the daat limit.Locations may be on the very edge of the box
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GeoBoundingBox.LatLong
-
Field Summary
Fields Modifier and Type Field Description private GeoBoundingBox.LatLong
lowerLeft
private GeoBoundingBox.LatLong
upperRight
-
Constructor Summary
Constructors Constructor Description GeoBoundingBox(GeoBoundingBox.LatLong upperRight, GeoBoundingBox.LatLong lowerLeft)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoBoundingBox.LatLong
getLowerLeft()
GeoBoundingBox.LatLong
getUpperRight()
String
toString()
-
-
-
Field Detail
-
upperRight
private GeoBoundingBox.LatLong upperRight
-
lowerLeft
private GeoBoundingBox.LatLong lowerLeft
-
-
Constructor Detail
-
GeoBoundingBox
public GeoBoundingBox(GeoBoundingBox.LatLong upperRight, GeoBoundingBox.LatLong lowerLeft)
-
-
Method Detail
-
getUpperRight
public GeoBoundingBox.LatLong getUpperRight()
-
getLowerLeft
public GeoBoundingBox.LatLong getLowerLeft()
-
-