public class KmlCompoundStyle extends KmlStyle
Modifier and Type | Field and Description |
---|---|
protected KmlIconStyle |
iconStyle |
protected KmlLabelStyle |
labelStyle |
protected KmlLineStyle |
lineStyle |
protected KmlPolygonStyle |
polygonStyle |
Constructor and Description |
---|
KmlCompoundStyle() |
Modifier and Type | Method and Description |
---|---|
void |
addStyle(KmlStyle sty) |
void |
addStyles(java.util.List<KmlStyle> list) |
KmlIconStyle |
getIconStyle() |
KmlLabelStyle |
getLabelStyle() |
KmlLineStyle |
getLineStyle() |
KmlPolygonStyle |
getPolygonStyle() |
java.util.List<KmlStyle> |
getStyles() |
void |
writeXml(IXmlStreamWriter writer) |
protected KmlIconStyle iconStyle
protected KmlLineStyle lineStyle
protected KmlPolygonStyle polygonStyle
protected KmlLabelStyle labelStyle
public void writeXml(IXmlStreamWriter writer) throws java.io.IOException
public void addStyles(java.util.List<KmlStyle> list)
public java.util.List<KmlStyle> getStyles()
public void addStyle(KmlStyle sty)
public KmlIconStyle getIconStyle()
public KmlLineStyle getLineStyle()
public KmlPolygonStyle getPolygonStyle()
public KmlLabelStyle getLabelStyle()