com.vividsolutions.jump.io
Interface JUMPWriter
- All Known Implementing Classes:
- FMEGMLWriter, 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).
write
void write(FeatureCollection featureCollection,
DriverProperties dp)
throws IllegalParametersException,
java.lang.Exception
- Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other
specific parameters.
- Throws:
IllegalParametersException
java.lang.Exception