Package org.esa.snap.core.util.kmz
Class KmlContainer
- java.lang.Object
-
- org.esa.snap.core.util.kmz.KmlFeature
-
- org.esa.snap.core.util.kmz.KmlContainer
-
- Direct Known Subclasses:
KmlDocument
,KmlFolder
public class KmlContainer extends KmlFeature
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KmlContainer(String kmlElementName, String name, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChild(KmlFeature child)
protected void
createKmlSpecifics(StringBuilder sb)
List<KmlFeature>
getChildren()
-
Methods inherited from class org.esa.snap.core.util.kmz.KmlFeature
createKml, getDescription, getName, setExtendedData
-
-
-
-
Method Detail
-
getChildren
public List<KmlFeature> getChildren()
-
addChild
public void addChild(KmlFeature child)
-
createKmlSpecifics
protected void createKmlSpecifics(StringBuilder sb)
- Specified by:
createKmlSpecifics
in classKmlFeature
-
-