class GpxWriter extends java.lang.Object
Write a Feature to a GPX document
| Type | Name and description | 
|---|---|
private java.lang.String  | 
                            attributeNamespaceThe attribute namespace (prefix=url)  | 
                        
private java.lang.Object  | 
                            descriptionThe description filter, closure, or value  | 
                        
private java.lang.Object  | 
                            elevationThe elevation filter, closure, or value  | 
                        
private boolean  | 
                            includeAttributesWhether to include attributes (defaults to false)  | 
                        
private java.lang.Object  | 
                            nameThe name filter, closure, or value  | 
                        
private java.lang.Object  | 
                            timeThe time elevation filter, closure, or value  | 
                        
private java.lang.Object  | 
                            typeThe type filter, closure, or value  | 
                        
private java.lang.String  | 
                            versionThe GPX version (defaults to 1.1)  | 
                        
| Constructor and description | 
|---|
                                GpxWriter
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            java.lang.String | 
                            write(Feature feature)Write a Feature to a String 
 
  | 
                        
 | 
                            void | 
                            write(java.lang.Object builder, Feature f)Write a Feature to GeoRSS using Groovy Markup Builder 
  | 
                        
| 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() | 
                        
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 a Feature to a String
feature -  The FeatureWrite a Feature to GeoRSS using Groovy Markup Builder
builder -  The Groovy MarkupBuilderf -  The FeatureGroovy Documentation