Package org.esa.snap.core.util.kmz
Class KmlOverlay
- java.lang.Object
-
- org.esa.snap.core.util.kmz.KmlFeature
-
- org.esa.snap.core.util.kmz.KmlOverlay
-
- Direct Known Subclasses:
KmlGroundOverlay
,KmlScreenOverlay
public abstract class KmlOverlay extends KmlFeature
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
KmlOverlay(String kmlElementName, String name, RenderedImage overlay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createKmlSpecifics(StringBuilder sb)
String
getIconFileName()
String
getIconName()
RenderedImage
getOverlay()
void
setIconName(String iconName)
-
Methods inherited from class org.esa.snap.core.util.kmz.KmlFeature
createKml, getDescription, getName, setExtendedData
-
-
-
-
Constructor Detail
-
KmlOverlay
protected KmlOverlay(String kmlElementName, String name, RenderedImage overlay)
-
-
Method Detail
-
getOverlay
public RenderedImage getOverlay()
-
getIconName
public String getIconName()
-
setIconName
public void setIconName(String iconName)
-
getIconFileName
public String getIconFileName()
-
createKmlSpecifics
protected void createKmlSpecifics(StringBuilder sb)
- Specified by:
createKmlSpecifics
in classKmlFeature
-
-