class KmlWriter extends java.lang.Object
Write a geoscript.layer.Layer to a KML InputStream, File, or String.
Constructor and description |
---|
KmlWriter
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
write(Layer layer, OutputStream out) Write the Layer to the KML OutputStream
|
|
void |
write(Layer layer, File file) Write the Layer to the KML File
|
|
java.lang.String |
write(Layer layer) Write the Layer to a KML String
|
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 Layer to the KML OutputStream
layer
- The Layerout
- The KML OutputStreamWrite the Layer to the KML File
layer
- The Layerfile
- The KML FileWrite the Layer to a KML String
layer
- The Layer