org.boehn.kmlframework.kml
Class Create

java.lang.Object
  extended by org.boehn.kmlframework.kml.UpdateElement
      extended by org.boehn.kmlframework.kml.Create

public class Create
extends UpdateElement


Constructor Summary
Create()
           
Create(KmlObject kmlObject)
           
 
Method Summary
 void write(Kml kml)
           
 
Methods inherited from class org.boehn.kmlframework.kml.UpdateElement
getKmlObject, setKmlObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Create

public Create()

Create

public Create(KmlObject kmlObject)
Method Detail

write

public void write(Kml kml)
           throws KmlException
Specified by:
write in class UpdateElement
Throws:
KmlException