org.esa.beam.util.kmz
Class KmlFeature

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

public abstract class KmlFeature
extends Object


Constructor Summary
protected KmlFeature(String kmlElementName, String name, String description)
           
 
Method Summary
 void createKml(StringBuilder sb)
           
protected abstract  void createKmlSpecifics(StringBuilder sb)
           
 String getDescription()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KmlFeature

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

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.