| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected IconStyle |
Style.iconStyle
|
| Modifier and Type | Method and Description |
|---|---|
IconStyle |
IconStyle.addToColorStyleObjectExtension(AbstractObject colorStyleObjectExtension) |
IconStyle |
IconStyle.addToColorStyleSimpleExtension(Object colorStyleSimpleExtension) |
IconStyle |
IconStyle.addToIconStyleObjectExtension(AbstractObject iconStyleObjectExtension)
add a value to the iconStyleObjectExtension property collection
|
IconStyle |
IconStyle.addToIconStyleSimpleExtension(Object iconStyleSimpleExtension)
add a value to the iconStyleSimpleExtension property collection
|
IconStyle |
IconStyle.addToObjectSimpleExtension(Object objectSimpleExtension) |
IconStyle |
IconStyle.addToSubStyleObjectExtension(AbstractObject subStyleObjectExtension) |
IconStyle |
IconStyle.addToSubStyleSimpleExtension(Object subStyleSimpleExtension) |
IconStyle |
IconStyle.clone() |
IconStyle |
Style.createAndSetIconStyle()
Creates a new instance of
IconStyle and set it to iconStyle. |
static IconStyle |
KmlFactory.createIconStyle()
Create an instance of
IconStyle |
IconStyle |
Style.getIconStyle() |
IconStyle |
IconStyle.withColor(String color) |
IconStyle |
IconStyle.withColorMode(ColorMode colorMode) |
IconStyle |
IconStyle.withColorStyleObjectExtension(List<AbstractObject> colorStyleObjectExtension) |
IconStyle |
IconStyle.withColorStyleSimpleExtension(List<Object> colorStyleSimpleExtension) |
IconStyle |
IconStyle.withHeading(double heading)
fluent setter
|
IconStyle |
IconStyle.withHotSpot(Vec2 hotSpot)
fluent setter
|
IconStyle |
IconStyle.withIcon(Icon icon)
fluent setter
|
IconStyle |
IconStyle.withIconStyleObjectExtension(List<AbstractObject> iconStyleObjectExtension)
fluent setter
|
IconStyle |
IconStyle.withIconStyleSimpleExtension(List<Object> iconStyleSimpleExtension)
fluent setter
|
IconStyle |
IconStyle.withId(String id) |
IconStyle |
IconStyle.withObjectSimpleExtension(List<Object> objectSimpleExtension) |
IconStyle |
IconStyle.withScale(double scale)
fluent setter
|
IconStyle |
IconStyle.withSubStyleObjectExtension(List<AbstractObject> subStyleObjectExtension) |
IconStyle |
IconStyle.withSubStyleSimpleExtension(List<Object> subStyleSimpleExtension) |
IconStyle |
IconStyle.withTargetId(String targetId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Style.setIconStyle(IconStyle value) |
Style |
Style.withIconStyle(IconStyle iconStyle)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.