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(List<KmlStyle> list) |
KmlIconStyle |
getIconStyle() |
KmlLabelStyle |
getLabelStyle() |
KmlLineStyle |
getLineStyle() |
KmlPolygonStyle |
getPolygonStyle() |
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 IOException
writeXml in class KmlStyleIOExceptionpublic void addStyle(KmlStyle sty)
public KmlIconStyle getIconStyle()
public KmlLineStyle getLineStyle()
public KmlPolygonStyle getPolygonStyle()
public KmlLabelStyle getLabelStyle()