class GeoRSSReader extends java.lang.Object
Read a Layer from a GeoRSS document
Constructor and description |
---|
GeoRSSReader
() |
Type Params | Return Type | Name and description |
---|---|---|
|
Layer |
read(Map options, File file) Read a Layer from a GeoRSS File
|
|
Layer |
read(Map options, java.lang.String str) Read a Layer from a GeoRSS String
|
|
Layer |
read(Map options, 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