org.esa.beam.util.kmz
Class KmlContainer

java.lang.Object
  extended by org.esa.beam.util.kmz.KmlFeature
      extended by org.esa.beam.util.kmz.KmlContainer
Direct Known Subclasses:
KmlDocument, KmlFolder

public class KmlContainer
extends KmlFeature


Constructor Summary
protected KmlContainer(String kmlElementName, String name, String description)
           
 
Method Summary
 void addChild(KmlFeature child)
           
protected  void createKmlSpecifics(StringBuilder sb)
           
 List<KmlFeature> getChildren()
           
 
Methods inherited from class org.esa.beam.util.kmz.KmlFeature
createKml, getDescription, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KmlContainer

protected KmlContainer(String kmlElementName,
                       String name,
                       String description)
Method Detail

getChildren

public List<KmlFeature> getChildren()

addChild

public void addChild(KmlFeature child)

createKmlSpecifics

protected void createKmlSpecifics(StringBuilder sb)
Specified by:
createKmlSpecifics in class KmlFeature


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.