org.boehn.kmlframework.kml
Class MultiGeometry

java.lang.Object
  extended by org.boehn.kmlframework.kml.KmlObject
      extended by org.boehn.kmlframework.kml.Geometry
          extended by org.boehn.kmlframework.kml.MultiGeometry

public class MultiGeometry
extends Geometry


Constructor Summary
MultiGeometry()
           
MultiGeometry(java.util.List<Geometry> geometries)
           
 
Method Summary
 java.util.List<Geometry> getGeometries()
           
 void setGeometries(java.util.List<Geometry> geometries)
           
 void write(Kml kml)
           
 void writeDelete(Kml kml)
           
 
Methods inherited from class org.boehn.kmlframework.kml.KmlObject
booleanToInt, enumToString, getId, getIdAndTargetIdFormatted, getTargetId, setId, setTargetId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiGeometry

public MultiGeometry()

MultiGeometry

public MultiGeometry(java.util.List<Geometry> geometries)
Method Detail

getGeometries

public java.util.List<Geometry> getGeometries()

setGeometries

public void setGeometries(java.util.List<Geometry> geometries)

write

public void write(Kml kml)
           throws KmlException
Specified by:
write in class KmlObject
Throws:
KmlException

writeDelete

public void writeDelete(Kml kml)
                 throws KmlException
Specified by:
writeDelete in class KmlObject
Throws:
KmlException