Interface JUMPWriter
- All Known Implementing Classes:
AbstractJUMPWriter, FMEGMLWriter, GeoJSONWriter, GMLWriter, JMLWriter, ShapefileWriter, WKTWriter
public interface JUMPWriter
Interface for JUMPWriter classes. Note: This is the old I/O API. Developers writing new
I/O classes are encouraged to use the new API (com.vividsolutions.jump.io.datasource).
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(FeatureCollection featureCollection, DriverProperties dp) Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other specific parameters.
-
Method Details
-
write
Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other specific parameters.- Throws:
Exception
-