Class AbstractJUMPWriter
java.lang.Object
com.vividsolutions.jump.io.AbstractJUMPWriter
- All Implemented Interfaces:
JUMPWriter, TaskMonitorSupport
- Direct Known Subclasses:
GeoJSONWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTaskMonitor(TaskMonitor taskMonitor) abstract voidwrite(FeatureCollection featureCollection, DriverProperties dp) Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other specific parameters.
-
Constructor Details
-
AbstractJUMPWriter
public AbstractJUMPWriter()
-
-
Method Details
-
write
public abstract 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- Throws:
Exception
-
setTaskMonitor
- Specified by:
setTaskMonitorin interfaceTaskMonitorSupport
-
getTaskMonitor
- Specified by:
getTaskMonitorin interfaceTaskMonitorSupport
-