public abstract class KmlGeometry extends java.lang.Object implements KmlObject
CopyRight 2008 Parter Software
| Constructor and Description |
|---|
KmlGeometry() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
write(XmlBuilder writer)
Object writes itself to the passed writer in the correct format for
the object based on it's fields.
|
public abstract void write(XmlBuilder writer) throws java.io.IOException
KmlObject