| 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(java.lang.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(java.io.File file)
KML to Java
KML given as a file object is transformed into a graph of Java objects.
|
static Kml |
Kml.unmarshal(java.io.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(java.io.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(java.lang.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(java.io.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(java.lang.String hint)
fluent setter
|
Kml |
Kml.withKmlObjectExtension(java.util.List<AbstractObject> kmlObjectExtension)
fluent setter
|
Kml |
Kml.withKmlSimpleExtension(java.util.List<java.lang.Object> kmlSimpleExtension)
fluent setter
|
Kml |
Kml.withNetworkLinkControl(NetworkLinkControl networkLinkControl)
fluent setter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Kml.marshalAsKmz(java.lang.String name,
Kml... additionalFiles) |
Copyright © 2014 Micromata GmbH. All Rights Reserved.