Class GeoJSONReader
- java.lang.Object
-
- com.vividsolutions.jump.io.AbstractJUMPReader
-
- com.vividsolutions.jump.io.geojson.GeoJSONReader
-
- All Implemented Interfaces:
JUMPReader
,TaskMonitorSupport
public class GeoJSONReader extends AbstractJUMPReader
-
-
Constructor Summary
Constructors Constructor Description GeoJSONReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureCollection
read(DriverProperties dp)
Read the specified file using the filename given by the "File" property and any other parameters.-
Methods inherited from class com.vividsolutions.jump.io.AbstractJUMPReader
addException, getExceptions, getTaskMonitor, setTaskMonitor
-
-
-
-
Method Detail
-
read
public FeatureCollection read(DriverProperties dp) throws Exception
Description copied from class:AbstractJUMPReader
Read the specified file using the filename given by the "File" property and any other parameters.- Specified by:
read
in interfaceJUMPReader
- Specified by:
read
in classAbstractJUMPReader
- Throws:
Exception
-
-