Uses of Class
org.wicketstuff.openlayers.api.Bounds
-
Packages that use Bounds Package Description org.wicketstuff.openlayers This package contains wicket Openlayers implementation.org.wicketstuff.openlayers.api -
-
Uses of Bounds in org.wicketstuff.openlayers
Methods in org.wicketstuff.openlayers that return Bounds Modifier and Type Method Description BoundsAjaxOpenLayersMap. getBounds()BoundsIOpenLayersMap. getBounds()BoundsOpenLayersMap. getBounds()Methods in org.wicketstuff.openlayers with parameters of type Bounds Modifier and Type Method Description voidAjaxOpenLayersMap. setBounds(Bounds bounds)voidIOpenLayersMap. setBounds(Bounds bounds)voidOpenLayersMap. setBounds(Bounds bounds) -
Uses of Bounds in org.wicketstuff.openlayers.api
Methods in org.wicketstuff.openlayers.api that return Bounds Modifier and Type Method Description static BoundsBounds. parse(String value)((37.34068368469045, -122.48519897460936), (37.72184917678752, -121.79855346679686))static BoundsBounds. parseWithNames(String value)left-bottom=(37.34068368469045, -122.48519897460936) right-top=(37.72184917678752, -121.79855346679686)
-