class GeoRSSReader extends java.lang.Object
Read a Layer from a GeoRSS document
| Type Params | Return Type | Name and description |
|---|---|---|
|
Layer |
read(java.util.Map options = [:], java.io.File file)Read a Layer from a GeoRSS File |
|
Layer |
read(java.util.Map options = [:], java.lang.String str)Read a Layer from a GeoRSS String |
|
Layer |
read(java.util.Map options = [:], java.io.InputStream input)Read a Layer from a GeoRSS InputStream |
| 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 Layer from a GeoRSS File
options - The optional named parameters:
file - The GeoRSS FileRead a Layer from a GeoRSS String
options - The optional named parameters:
str - The GeoRSS StringRead a Layer from a GeoRSS InputStream
options - The optional named parameters:
input - The InputStream