org.gwtopenmaps.openlayers.client.format
Class KMLImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.format.KMLImpl

public class KMLImpl
extends Object

Author:
Edwin Commandeur - Atlis EJS, Curtis Jensen

Constructor Summary
KMLImpl()
           
 
Method Summary
static JSObject create()
           
static JSObject read(JSObject kmlFormat, String kmlString)
           
static String write(JSObject kmlFormat, JSObject feature, boolean pretty)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KMLImpl

public KMLImpl()
Method Detail

create

public static JSObject create()

read

public static JSObject read(JSObject kmlFormat,
                            String kmlString)

write

public static String write(JSObject kmlFormat,
                           JSObject feature,
                           boolean pretty)


Copyright © 2011 sourceforge. All Rights Reserved.