org.boehn.kmlframework.todo
Interface GraphicalModelElement

All Known Implementing Classes:
GraphicalModel

public interface GraphicalModelElement


Method Summary
 void addKml(org.w3c.dom.Element parentElement, Kml model, org.w3c.dom.Document xmlDocument, EarthCoordinate earthCoordinate, java.lang.Double rotation, CartesianCoordinate localReferenceCoordinate, CartesianCoordinate scale)
           
 java.util.Collection<Coordinate> getCoordinates()
           
 

Method Detail

getCoordinates

java.util.Collection<Coordinate> getCoordinates()

addKml

void addKml(org.w3c.dom.Element parentElement,
            Kml model,
            org.w3c.dom.Document xmlDocument,
            EarthCoordinate earthCoordinate,
            java.lang.Double rotation,
            CartesianCoordinate localReferenceCoordinate,
            CartesianCoordinate scale)
            throws KmlException
Throws:
KmlException