class KmlWriter extends java.lang.Object
Write a Geoscript geoscript.geom.Geometry to a KML String.
KmlWriter writer = new KmlWriter() String kml = writer.write(new geoscript.geom.Point(111,-47) <Point><coordinates>111.0,-47.0</coordinates></Point>
Constructor and description |
---|
KmlWriter
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
write(Geometry geom) Write the Geometry to KML
|
|
void |
write(Map options, java.lang.Object builder, Geometry geom) Build a KML Geometry using a Groovy MarkupBuilder
|
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Write the Geometry to KML
geom
- The Geometry