| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Pair> |
StyleMap.pair
|
| Modifier and Type | Method and Description |
|---|---|
Pair |
Pair.addToObjectSimpleExtension(java.lang.Object objectSimpleExtension) |
Pair |
Pair.addToPairObjectExtension(AbstractObject pairObjectExtension)
add a value to the pairObjectExtension property collection
|
Pair |
Pair.addToPairSimpleExtension(java.lang.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(java.lang.String id) |
Pair |
Pair.withKey(StyleState key)
fluent setter
|
Pair |
Pair.withObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension) |
Pair |
Pair.withPairObjectExtension(java.util.List<AbstractObject> pairObjectExtension)
fluent setter
|
Pair |
Pair.withPairSimpleExtension(java.util.List<java.lang.Object> pairSimpleExtension)
fluent setter
|
Pair |
Pair.withStyleSelector(StyleSelector styleSelector)
fluent setter
|
Pair |
Pair.withStyleUrl(java.lang.String styleUrl)
fluent setter
|
Pair |
Pair.withTargetId(java.lang.String targetId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<Pair> pair) |
StyleMap |
StyleMap.withPair(java.util.List<Pair> pair)
fluent setter
|
Copyright © 2014 Micromata GmbH. All Rights Reserved.