de.fhpotsdam.unfolding.data
Class GeoDataReader

java.lang.Object
  extended by de.fhpotsdam.unfolding.data.GeoDataReader
Direct Known Subclasses:
GeoJSONReader, GeoRSSReader, GPXReader

public abstract class GeoDataReader
extends java.lang.Object

A common GeoDataReader to parse geo-spatial data files and create Features. Is implemented in GeoRSSReader, GPXReader, etc, and in all custom geo data readers. Architecture issue: For ease of use, implemented as static method.


Constructor Summary
GeoDataReader()
           
 
Method Summary
static java.util.List<Feature> loadData(processing.core.PApplet p, java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoDataReader

public GeoDataReader()
Method Detail

loadData

public static java.util.List<Feature> loadData(processing.core.PApplet p,
                                               java.lang.String fileName)