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 voidwrite(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:JUMPWriterWrite the specified file (dp property 'OutputFile' or 'DefaultValue') with any other specific parameters.- Specified by:
writein interfaceJUMPWriter- Specified by:
writein classAbstractJUMPWriter- Throws:
Exception
-
-