public interface KmlObject
Copyright 2008 Partner Software
| Modifier and Type | Method and Description |
|---|---|
void |
write(XmlBuilder writer)
Object writes itself to the passed writer in the correct format for
the object based on it's fields.
|
void write(XmlBuilder writer) throws java.io.IOException
writer - - Writer to write kml to.java.io.IOException - - Thrown if an error occurs while writing.