org.gwtopenmaps.openlayers.client.format
Class WMCOptions
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.format.FormatOptions
org.gwtopenmaps.openlayers.client.format.WMCOptions
public class WMCOptions
- extends FormatOptions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WMCOptions
public WMCOptions()
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.