org.gwtopenmaps.openlayers.client.format
Class KML

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.VectorFormat
                  extended by org.gwtopenmaps.openlayers.client.format.KML

public class KML
extends VectorFormat

Brief explanation of Keyhole Markup Language (KML) vector format here. Reference to KML specification. KML 2.0 is OGC standard. See http://www.ogc.org/

Author:
Edwin Commandeur - Atlis EJS, Curtis Jensen

Constructor Summary
  KML()
           
protected KML(JSObject kmlFormat)
           
 
Method Summary
 String write(Feature features, boolean pretty)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.format.VectorFormat
read, write, write
 
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

KML

protected KML(JSObject kmlFormat)

KML

public KML()
Method Detail

write

public String write(Feature features,
                    boolean pretty)


Copyright © 2011 sourceforge. All Rights Reserved.