|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fhpotsdam.unfolding.data.GeoDataReader
public abstract class GeoDataReader
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 |
---|
public GeoDataReader()
Method Detail |
---|
public static java.util.List<Feature> loadData(processing.core.PApplet p, java.lang.String fileName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |