| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected List<SchemaData> |
ExtendedData.schemaData
|
| Modifier and Type | Method and Description |
|---|---|
SchemaData |
SchemaData.addToObjectSimpleExtension(Object objectSimpleExtension) |
SchemaData |
SchemaData.addToSchemaDataExtension(Object schemaDataExtension)
add a value to the schemaDataExtension property collection
|
SchemaData |
SchemaData.addToSimpleData(SimpleData simpleData)
add a value to the simpleData property collection
|
SchemaData |
SchemaData.clone() |
SchemaData |
ExtendedData.createAndAddSchemaData()
Creates a new instance of
SchemaData and adds it to schemaData. |
static SchemaData |
KmlFactory.createSchemaData()
Create an instance of
SchemaData |
SchemaData |
SchemaData.withId(String id) |
SchemaData |
SchemaData.withObjectSimpleExtension(List<Object> objectSimpleExtension) |
SchemaData |
SchemaData.withSchemaDataExtension(List<Object> schemaDataExtension)
fluent setter
|
SchemaData |
SchemaData.withSchemaUrl(String schemaUrl)
fluent setter
|
SchemaData |
SchemaData.withSimpleData(List<SimpleData> simpleData)
fluent setter
|
SchemaData |
SchemaData.withTargetId(String targetId) |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaData> |
ExtendedData.getSchemaData() |
| Modifier and Type | Method and Description |
|---|---|
ExtendedData |
ExtendedData.addToSchemaData(SchemaData schemaData)
add a value to the schemaData property collection
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedData.setSchemaData(List<SchemaData> schemaData) |
ExtendedData |
ExtendedData.withSchemaData(List<SchemaData> schemaData)
fluent setter
|
Copyright © 2014 Micromata GmbH. All rights reserved.