Type | Name and description |
---|---|
java.lang.String |
attributeNamespace The attribute namespace (prefix=url) |
java.lang.Object |
description The description filter, closure, or value |
java.lang.Object |
elevation The elevation filter, closure, or value |
boolean |
includeAttributes Whether to include attributes (defaults to false) |
java.lang.Object |
name The name filter, closure, or value |
java.lang.Object |
time The time elevation filter, closure, or value |
java.lang.Object |
type The type filter, closure, or value |
java.lang.String |
version The GPX version (defaults to 1.1) |
Constructor and description |
---|
GpxWriter() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
The attribute namespace (prefix=url)
The description filter, closure, or value
The elevation filter, closure, or value
Whether to include attributes (defaults to false)
The name filter, closure, or value
The time elevation filter, closure, or value
The type filter, closure, or value
The GPX version (defaults to 1.1)
Write the Layer to the OutputStream
layer
- The Layerout
- The OutputStreamWrite the Layer to the File
layer
- The Layerfile
- The FileWrite the Layer to a String
layer
- The LayerGroovy Documentation