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