| Package | Description |
|---|---|
| de.micromata.opengis.kml.v_2_2_0 |
| Modifier and Type | Method and Description |
|---|---|
Kml |
Kml.addToKmlObjectExtension(AbstractObject kmlObjectExtension)
add a value to the kmlObjectExtension property collection
|
Kml |
Kml.addToKmlSimpleExtension(Object kmlSimpleExtension)
add a value to the kmlSimpleExtension property collection
|
Kml |
Kml.clone() |
static Kml |
KmlFactory.createKml()
Create an instance of
Kml |
static Kml |
Kml.unmarshal(File file)
KML to Java
KML given as a file object is transformed into a graph of Java objects.
|
static Kml |
Kml.unmarshal(File file,
boolean validate)
KML to Java
KML given as a file object is transformed into a graph of Java objects.
|
static Kml |
Kml.unmarshal(InputStream content)
KML to Java
Similar to the other unmarshal methods
with the exception that it transforms a InputStream into a graph of Java objects.
|
static Kml |
Kml.unmarshal(String content)
KML to Java
Similar to the other unmarshal methods
with the exception that it transforms a String into a graph of Java objects.
|
static Kml[] |
Kml.unmarshalFromKmz(File file)
KMZ to Java
Similar to the other unmarshal methods
with the exception that it transforms a KMZ-file into a graph of Java objects.
|
Kml |
Kml.withFeature(Feature feature)
fluent setter
|
Kml |
Kml.withHint(String hint)
fluent setter
|
Kml |
Kml.withKmlObjectExtension(List<AbstractObject> kmlObjectExtension)
fluent setter
|
Kml |
Kml.withKmlSimpleExtension(List<Object> kmlSimpleExtension)
fluent setter
|
Kml |
Kml.withNetworkLinkControl(NetworkLinkControl networkLinkControl)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Kml.marshalAsKmz(String name,
Kml... additionalFiles) |
Copyright © 2014 Micromata GmbH. All rights reserved.