com.partnersoft.formats.kml
Interface KmlObject

All Known Implementing Classes:
KmlGeometry, KmlIconStyle, KmlLine, KmlLineStyle, KmlPlacemark, KmlPoint, KmlPolygon, KmlPolygonStyle, KmlStyle

public interface KmlObject

Interface for any Kml object that is larger than a single tag.

Copyright 2008 Partner Software

Author:
Rich Stepanski

Method Summary
 void write(XmlBuilder writer)
          Object writes itself to the passed writer in the correct format for the object based on it's fields.
 

Method Detail

write

void write(XmlBuilder writer)
           throws java.io.IOException
Object writes itself to the passed writer in the correct format for the object based on it's fields.

Parameters:
writer - - Writer to write kml to.
Throws:
java.io.IOException - - Thrown if an error occurs while writing.