|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.formats.kml.KmlGeometry
public abstract class KmlGeometry
Base class for any Geometry Kml objects. Such as points, polylines, polygons, etc. Class is mainly a placeholder, as each geometry is also a KmlObject.
CopyRight 2008 Parter Software
| Constructor Summary | |
|---|---|
KmlGeometry()
|
|
| Method Summary | |
|---|---|
abstract void |
write(XmlBuilder writer)
Object writes itself to the passed writer in the correct format for the object based on it's fields. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KmlGeometry()
| Method Detail |
|---|
public abstract void write(XmlBuilder writer)
throws java.io.IOException
KmlObject
write in interface KmlObjectwriter - - Writer to write kml to.
java.io.IOException - - Thrown if an error occurs while writing.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||