| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected List<Pair> |
StyleMap.pair
|
| Modifier and Type | Method and Description |
|---|---|
Pair |
Pair.addToObjectSimpleExtension(Object objectSimpleExtension) |
Pair |
Pair.addToPairObjectExtension(AbstractObject pairObjectExtension)
add a value to the pairObjectExtension property collection
|
Pair |
Pair.addToPairSimpleExtension(Object pairSimpleExtension)
add a value to the pairSimpleExtension property collection
|
Pair |
Pair.clone() |
Pair |
StyleMap.createAndAddPair()
Creates a new instance of
Pair and adds it to pair. |
static Pair |
KmlFactory.createPair()
Create an instance of
Pair |
Pair |
Pair.withId(String id) |
Pair |
Pair.withKey(StyleState key)
fluent setter
|
Pair |
Pair.withObjectSimpleExtension(List<Object> objectSimpleExtension) |
Pair |
Pair.withPairObjectExtension(List<AbstractObject> pairObjectExtension)
fluent setter
|
Pair |
Pair.withPairSimpleExtension(List<Object> pairSimpleExtension)
fluent setter
|
Pair |
Pair.withStyleSelector(StyleSelector styleSelector)
fluent setter
|
Pair |
Pair.withStyleUrl(String styleUrl)
fluent setter
|
Pair |
Pair.withTargetId(String targetId) |
| Modifier and Type | Method and Description |
|---|---|
List<Pair> |
StyleMap.getPair() |
| Modifier and Type | Method and Description |
|---|---|
StyleMap |
StyleMap.addToPair(Pair pair)
add a value to the pair property collection
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleMap.setPair(List<Pair> pair) |
StyleMap |
StyleMap.withPair(List<Pair> pair)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.