Class GeoJSONWriter
- java.lang.Object
-
- com.vividsolutions.jump.io.AbstractJUMPWriter
-
- com.vividsolutions.jump.io.geojson.GeoJSONWriter
-
- All Implemented Interfaces:
JUMPWriter
,TaskMonitorSupport
public class GeoJSONWriter extends AbstractJUMPWriter
-
-
Constructor Summary
Constructors Constructor Description GeoJSONWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(FeatureCollection featureCollection, DriverProperties dp)
Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other specific parameters.-
Methods inherited from class com.vividsolutions.jump.io.AbstractJUMPWriter
getTaskMonitor, setTaskMonitor
-
-
-
-
Method Detail
-
write
public void write(FeatureCollection featureCollection, DriverProperties dp) throws Exception
Description copied from interface:JUMPWriter
Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other specific parameters.- Specified by:
write
in interfaceJUMPWriter
- Specified by:
write
in classAbstractJUMPWriter
- Throws:
Exception
-
-