class GeoRSSWriter extends java.lang.Object
Write a Layer as a GeoRSS document.
Type | Name and description |
---|---|
private java.lang.String |
attributeNamespace The attribute namespace (prefix=url) |
private java.lang.Object |
feedDescription The feed description (Closure, Expression, or String) |
private java.lang.Object |
feedLink The feed link (Closure, Expression, or String) |
private java.lang.Object |
feedTitle The feed title (Closure, Expression, or String) |
private java.lang.String |
feedType The feed type (atom or rss) |
private java.lang.String |
geometryType The geometry type (simple, gml, w3c) |
private boolean |
includeAttributes Whether to include attributes |
private java.lang.Object |
itemDate The item date (Closure, Expression, or String) |
private java.lang.Object |
itemDescription The item description (Closure, Expression, or String) |
private java.lang.Object |
itemGeometry The item geometry (Closure, Expression, or String) |
private java.lang.Object |
itemId The item id (Closure, Expression, or String) |
private java.lang.Object |
itemTitle The item title (Closure, Expression, or String) |
Constructor and description |
---|
GeoRSSWriter
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
write(Layer layer, OutputStream out) Write the Layer as a GeoRSS document to an OutputStream
|
|
void |
write(Layer layer, File file) Write the Layer as a GeoRSS document to a File
|
|
java.lang.String |
write(Layer layer) Write the Layer as a GeoRSS document to a 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() |
The attribute namespace (prefix=url)
The feed description (Closure, Expression, or String)
The feed link (Closure, Expression, or String)
The feed title (Closure, Expression, or String)
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)
Write the Layer as a GeoRSS document to an OutputStream
layer
- The Layerout
- The OutputStreamWrite the Layer as a GeoRSS document to a File
layer
- The Layerfile
- The FileWrite the Layer as a GeoRSS document to a String
layer
- The LayerGroovy Documentation