org.gwtopenmaps.openlayers.client.format
Class WMCOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.format.FormatOptions
          extended by org.gwtopenmaps.openlayers.client.format.WMCOptions

public class WMCOptions
extends FormatOptions


Constructor Summary
WMCOptions()
           
 
Method Summary
 void setMap(Map map)
          Use this method to merge ...
 void setMapDomElementId(String id)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.format.FormatOptions
setExternalProjection, setInternalProjection
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMCOptions

public WMCOptions()
Method Detail

setMap

public void setMap(Map map)
Use this method to merge ... with the map or use setMapDomElementId to create a new map in that dom element.

Parameters:
map - - the map to merge map elements with that are created on the basis of the WMC document

setMapDomElementId

public void setMapDomElementId(String id)
Parameters:
id - - the dom element id where to put the map created from reading a WMC document


Copyright © 2011 sourceforge. All Rights Reserved.