Uses of Class
org.wicketstuff.openlayers.api.Bounds

Packages that use Bounds
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
 Bounds IOpenLayersMap.getBounds()
           
 Bounds OpenLayersMap.getBounds()
           
 Bounds AjaxOpenLayersMap.getBounds()
           
 

Methods in org.wicketstuff.openlayers with parameters of type Bounds
 void IOpenLayersMap.setBounds(Bounds bounds)
           
 void OpenLayersMap.setBounds(Bounds bounds)
           
 void AjaxOpenLayersMap.setBounds(Bounds bounds)
           
 

Uses of Bounds in org.wicketstuff.openlayers.api
 

Methods in org.wicketstuff.openlayers.api that return Bounds
static Bounds Bounds.parse(String value)
          ((37.34068368469045, -122.48519897460936), (37.72184917678752, -121.79855346679686))
static Bounds Bounds.parseWithNames(String value)
          left-bottom=(37.34068368469045, -122.48519897460936) right-top=(37.72184917678752, -121.79855346679686)
 



Copyright © 2008-2012. All Rights Reserved.