org.boehn.kmlframework.kml
Class Change

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

public class Change
extends UpdateElement


Constructor Summary
Change()
           
Change(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

Change

public Change()

Change

public Change(KmlObject kmlObject)
Method Detail

write

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