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.LatLongGeoBoundingBox. lowerLeftprivate GeoBoundingBox.LatLongGeoBoundingBox. upperRightMethods in com.funnelback.publicui.search.model.padre that return GeoBoundingBox.LatLong Modifier and Type Method Description GeoBoundingBox.LatLongGeoBoundingBox. getLowerLeft()GeoBoundingBox.LatLongGeoBoundingBox. getUpperRight()Constructors in com.funnelback.publicui.search.model.padre with parameters of type GeoBoundingBox.LatLong Constructor Description GeoBoundingBox(GeoBoundingBox.LatLong upperRight, GeoBoundingBox.LatLong lowerLeft)
-