org.esa.beam.util.kmz
Class KmlPlacemark

java.lang.Object
  extended by org.esa.beam.util.kmz.KmlFeature
      extended by org.esa.beam.util.kmz.KmlPlacemark

public class KmlPlacemark
extends KmlFeature


Constructor Summary
KmlPlacemark(String name, String description, Point2D position)
           
 
Method Summary
protected  void createKmlSpecifics(StringBuilder sb)
           
 Point2D getPosition()
           
 
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

KmlPlacemark

public KmlPlacemark(String name,
                    String description,
                    Point2D position)
Method Detail

getPosition

public Point2D getPosition()

createKmlSpecifics

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


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