public class GeoRSSReader extends GeoDataReader
Constructor and Description |
---|
GeoRSSReader() |
Modifier and Type | Method and Description |
---|---|
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).
|
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)