Uses of Class
org.gwtopenmaps.openlayers.client.Map

Packages that use Map
org.gwtopenmaps.demo.openlayers.client.examples   
org.gwtopenmaps.openlayers.client   
org.gwtopenmaps.openlayers.client.control   
org.gwtopenmaps.openlayers.client.format   
org.gwtopenmaps.openlayers.client.layer   
 

Uses of Map in org.gwtopenmaps.demo.openlayers.client.examples
 

Methods in org.gwtopenmaps.demo.openlayers.client.examples that return Map
 Map MapExample.getMap()
           
 

Uses of Map in org.gwtopenmaps.openlayers.client
 

Methods in org.gwtopenmaps.openlayers.client that return Map
 Map MapWidget.getMap()
          Gets the map associated with a MapWidget instance.
static Map Map.narrowToMap(JSObject object)
           
 

Uses of Map in org.gwtopenmaps.openlayers.client.control
 

Methods in org.gwtopenmaps.openlayers.client.control that return Map
 Map Control.getMap()
          get the map to which this control is attached
 Map OverviewMap.getOverviewMap()
          The overview map control has a reference to a Map instance, which is the actual overview map.
 

Methods in org.gwtopenmaps.openlayers.client.control with parameters of type Map
abstract  String MousePositionOutput.format(LonLat lonLat, Map map)
          A MousePositionOutput instance that implements this function can be used to set the output format on a MousePosition control.
 

Uses of Map in org.gwtopenmaps.openlayers.client.format
 

Methods in org.gwtopenmaps.openlayers.client.format that return Map
 Map WMC.read(String input, WMCOptions wmcOptions)
           
 

Methods in org.gwtopenmaps.openlayers.client.format with parameters of type Map
 void WMCOptions.setMap(Map map)
          Use this method to merge ...
 String WMC.write(Map map)
           
 

Uses of Map in org.gwtopenmaps.openlayers.client.layer
 

Methods in org.gwtopenmaps.openlayers.client.layer with parameters of type Map
 void Image.setMap(Map map)
           
 



Copyright © 2011 sourceforge. All Rights Reserved.