class GeoRSSReader extends java.lang.Object
Read a Feature from a GeoRSS String
| Type Params | Return Type | Name and description |
|---|---|---|
|
Feature |
read(java.lang.String str)Read a Feature from a String. |
|
Feature |
read(groovy.util.Node node)Read a Feature from an XML Node |
|
void |
read(groovy.util.Node node, java.util.Map datum, java.util.Map fieldMap)Read an XML Node and put the values in the datum Map and the fields in the fieldMap. |
| 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() |
Read a Feature from a String.
str - The StringRead a Feature from an XML Node
node - The XML NodeRead an XML Node and put the values in the datum Map and the fields in the fieldMap. This method is useful for reading in a group of Features.
node - The XML Nodedatum - The Map for the datafieldMap - The Map for the Fields