org.esa.beam.util.kmz
Class KmlFeature
java.lang.Object
org.esa.beam.util.kmz.KmlFeature
- Direct Known Subclasses:
- KmlContainer, KmlOverlay, KmlPlacemark
public abstract class KmlFeature
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KmlFeature
protected KmlFeature(String kmlElementName,
String name,
String description)
getName
public String getName()
getDescription
public String getDescription()
createKml
public final void createKml(StringBuilder sb)
createKmlSpecifics
protected abstract void createKmlSpecifics(StringBuilder sb)
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.