| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SimpleField> |
Schema.simpleField |
| Modifier and Type | Method and Description |
|---|---|
SimpleField |
SimpleField.addToSimpleFieldExtension(java.lang.Object simpleFieldExtension)
add a value to the simpleFieldExtension property collection
|
SimpleField |
SimpleField.clone() |
SimpleField |
Schema.createAndAddSimpleField()
Creates a new instance of
SimpleField and adds it to simpleField. |
static SimpleField |
KmlFactory.createSimpleField()
Create an instance of
SimpleField |
SimpleField |
SimpleField.withDisplayName(java.lang.String displayName)
fluent setter
|
SimpleField |
SimpleField.withName(java.lang.String name)
fluent setter
|
SimpleField |
SimpleField.withSimpleFieldExtension(java.util.List<java.lang.Object> simpleFieldExtension)
fluent setter
|
SimpleField |
SimpleField.withType(java.lang.String type)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SimpleField> |
Schema.getSimpleField() |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.addToSimpleField(SimpleField simpleField)
add a value to the simpleField property collection
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setSimpleField(java.util.List<SimpleField> simpleField) |
Schema |
Schema.withSimpleField(java.util.List<SimpleField> simpleField)
fluent setter
|
Copyright © 2014 Micromata GmbH. All Rights Reserved.