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 FeatureCollectionread(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:AbstractJUMPReaderRead the specified file using the filename given by the "File" property and any other parameters.- Specified by:
readin interfaceJUMPReader- Specified by:
readin classAbstractJUMPReader- Throws:
Exception
-
-