class GeoRSSWriter extends java.lang.Object
Write a Feature to a GeoRSS String
| Type | Name and description | 
|---|---|
private java.lang.String  | 
                            attributeNamespaceThe attribute namespace (prefix=url)  | 
                        
private java.lang.String  | 
                            feedTypeThe feed type (atom or rss)  | 
                        
private java.lang.String  | 
                            geometryTypeThe geometry type (simple, gml, w3c)  | 
                        
private boolean  | 
                            includeAttributesWhether to include attributes  | 
                        
private java.lang.Object  | 
                            itemDateThe item date (Closure, Expression, or String)  | 
                        
private java.lang.Object  | 
                            itemDescriptionThe item description (Closure, Expression, or String)  | 
                        
private java.lang.Object  | 
                            itemGeometryThe item geometry (Closure, Expression, or String)  | 
                        
private java.lang.Object  | 
                            itemIdThe item id (Closure, Expression, or String)  | 
                        
private java.lang.Object  | 
                            itemTitleThe item title (Closure, Expression, or String)  | 
                        
private java.lang.String  | 
                            projIdThe Projection ID  | 
                        
| Constructor and description | 
|---|
                                GeoRSSWriter
                                () | 
                        
| 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 feed type (atom or rss)
The geometry type (simple, gml, w3c)
Whether to include attributes
The item date (Closure, Expression, or String)
The item description (Closure, Expression, or String)
The item geometry (Closure, Expression, or String)
The item id (Closure, Expression, or String)
The item title (Closure, Expression, or String)
The Projection ID
Groovy Documentation