| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SchemaData> |
ExtendedData.schemaData
|
| Modifier and Type | Method and Description |
|---|---|
SchemaData |
SchemaData.addToObjectSimpleExtension(java.lang.Object objectSimpleExtension) |
SchemaData |
SchemaData.addToSchemaDataExtension(java.lang.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(java.lang.String id) |
SchemaData |
SchemaData.withObjectSimpleExtension(java.util.List<java.lang.Object> objectSimpleExtension) |
SchemaData |
SchemaData.withSchemaDataExtension(java.util.List<java.lang.Object> schemaDataExtension)
fluent setter
|
SchemaData |
SchemaData.withSchemaUrl(java.lang.String schemaUrl)
fluent setter
|
SchemaData |
SchemaData.withSimpleData(java.util.List<SimpleData> simpleData)
fluent setter
|
SchemaData |
SchemaData.withTargetId(java.lang.String targetId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<SchemaData> schemaData) |
ExtendedData |
ExtendedData.withSchemaData(java.util.List<SchemaData> schemaData)
fluent setter
|
Copyright © 2014 Micromata GmbH. All Rights Reserved.