Uses of Class
com.funnelback.publicui.search.model.padre.GeoBoundingBox.LatLong
-
Packages that use GeoBoundingBox.LatLong Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE. -
-
Uses of GeoBoundingBox.LatLong in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre declared as GeoBoundingBox.LatLong Modifier and Type Field Description private GeoBoundingBox.LatLong
GeoBoundingBox. lowerLeft
private GeoBoundingBox.LatLong
GeoBoundingBox. upperRight
Methods in com.funnelback.publicui.search.model.padre that return GeoBoundingBox.LatLong Modifier and Type Method Description GeoBoundingBox.LatLong
GeoBoundingBox. getLowerLeft()
GeoBoundingBox.LatLong
GeoBoundingBox. getUpperRight()
Constructors in com.funnelback.publicui.search.model.padre with parameters of type GeoBoundingBox.LatLong Constructor Description GeoBoundingBox(GeoBoundingBox.LatLong upperRight, GeoBoundingBox.LatLong lowerLeft)
-