org.gwtopenmaps.openlayers.client.format
Class WMC

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.format.Format
              extended by org.gwtopenmaps.openlayers.client.format.WMC

public class WMC
extends Format

A platform-independent description of a map, that can be retrieved by a different client, to display that map in the second client. The WMC format written is extended with OpenLayers specific tags. Reference to WMC specification: url Now also OWC (ViewContext): url

Author:
Edwin Commandeur - Atlis EJS

Constructor Summary
  WMC()
           
protected WMC(JSObject element)
           
 
Method Summary
 Map read(String input, WMCOptions wmcOptions)
           
 String write(Map map)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
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

WMC

protected WMC(JSObject element)

WMC

public WMC()
Method Detail

write

public String write(Map map)

read

public Map read(String input,
                WMCOptions wmcOptions)
Parameters:
input -
wmcOptions -
Returns:
map object


Copyright © 2011 sourceforge. All Rights Reserved.