|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fhpotsdam.unfolding.data.GeoDataReader
de.fhpotsdam.unfolding.data.GeoRSSReader
public class GeoRSSReader
Reads GeoRSS files and creates Features. Basic data reader to parse GeoRSS points, in W3C geo
Constructor Summary | |
---|---|
GeoRSSReader()
|
Method Summary | |
---|---|
static java.util.List<Feature> |
loadData(processing.core.PApplet p,
java.lang.String fileName)
Loads features from RSS feed in W3C Geo format (geo:lat and geo:long) |
static java.util.List<Feature> |
loadDataGeoRSS(processing.core.PApplet p,
java.lang.String fileName)
Loads features from RSS feed in GeoRSS format (georss:point). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoRSSReader()
Method Detail |
---|
public static java.util.List<Feature> loadData(processing.core.PApplet p, java.lang.String fileName)
p
- The PApplet.fileName
- The name of the GeoRSS file (can be local or remote, i.e. a URI)
public static java.util.List<Feature> loadDataGeoRSS(processing.core.PApplet p, java.lang.String fileName)
p
- The PApplet.fileName
- The name of the GeoRSS file (can be local or remote, i.e. a URI)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |