| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected List<SimpleField> |
Schema.simpleField |
| Modifier and Type | Method and Description |
|---|---|
SimpleField |
SimpleField.addToSimpleFieldExtension(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(String displayName)
fluent setter
|
SimpleField |
SimpleField.withName(String name)
fluent setter
|
SimpleField |
SimpleField.withSimpleFieldExtension(List<Object> simpleFieldExtension)
fluent setter
|
SimpleField |
SimpleField.withType(String type)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
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(List<SimpleField> simpleField) |
Schema |
Schema.withSimpleField(List<SimpleField> simpleField)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.