public class KmlIconStyle extends KmlColorStyle
| Modifier and Type | Field and Description |
|---|---|
protected float |
heading |
protected String |
href |
protected float |
scale |
color| Constructor and Description |
|---|
KmlIconStyle() |
| Modifier and Type | Method and Description |
|---|---|
float |
getHeading() |
String |
getHref() |
float |
getScale() |
void |
setHeading(float heading) |
void |
setHref(String href) |
void |
setScale(float scale) |
void |
writeXml(IXmlStreamWriter writer) |
getColor, setColorprotected float heading
protected String href
protected float scale
public float getScale()
public void setScale(float scale)
public void writeXml(IXmlStreamWriter writer)
throws IOException
writeXml in class KmlStyleIOExceptionpublic float getHeading()
public void setHeading(float heading)
public String getHref()
public void setHref(String href)