org.boehn.kmlframework.kml
Class Geometry

java.lang.Object
  extended by org.boehn.kmlframework.kml.KmlObject
      extended by org.boehn.kmlframework.kml.Geometry
Direct Known Subclasses:
LinearRing, LineString, Model, MultiGeometry, Point, Polygon

public abstract class Geometry
extends KmlObject


Constructor Summary
Geometry()
           
 
Method Summary
 
Methods inherited from class org.boehn.kmlframework.kml.KmlObject
booleanToInt, enumToString, getId, getIdAndTargetIdFormatted, getTargetId, setId, setTargetId, write, writeDelete
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Geometry

public Geometry()