org.esa.beam.util.kmz
Class KmlGroundOverlay

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

public class KmlGroundOverlay
extends KmlOverlay


Constructor Summary
KmlGroundOverlay(String name, RenderedImage overlay, org.opengis.geometry.BoundingBox latLonBox)
           
KmlGroundOverlay(String name, RenderedImage overlay, org.opengis.geometry.BoundingBox latLonBox, ProductData.UTC startTime, ProductData.UTC endTime)
           
 
Method Summary
protected  void createKmlSpecifics(StringBuilder sb)
           
 ProductData.UTC getEndTime()
           
 org.opengis.geometry.BoundingBox getLatLonBox()
           
 ProductData.UTC getStartTime()
           
 
Methods inherited from class org.esa.beam.util.kmz.KmlOverlay
getIconFileName, getIconName, getOverlay, setIconName
 
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

KmlGroundOverlay

public KmlGroundOverlay(String name,
                        RenderedImage overlay,
                        org.opengis.geometry.BoundingBox latLonBox)

KmlGroundOverlay

public KmlGroundOverlay(String name,
                        RenderedImage overlay,
                        org.opengis.geometry.BoundingBox latLonBox,
                        ProductData.UTC startTime,
                        ProductData.UTC endTime)
Method Detail

getStartTime

public ProductData.UTC getStartTime()

getEndTime

public ProductData.UTC getEndTime()

getLatLonBox

public org.opengis.geometry.BoundingBox getLatLonBox()

createKmlSpecifics

protected void createKmlSpecifics(StringBuilder sb)
Overrides:
createKmlSpecifics in class KmlOverlay


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