Package org.locationtech.jts.jump.io
Interface JUMPWriter
-
- All Known Implementing Classes:
FMEGMLWriter,GMLWriter,JMLWriter,ShapefileWriter,WKTWriter
public interface JUMPWriterInterface for JUMPWriter classes. Note: This is the old I/O API. Developers writing new I/O classes are encouraged to use the new API (org.locationtech.jts.jump.io.datasource).
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
write
void write(FeatureCollection featureCollection, DriverProperties dp) throws IllegalParametersException, Exception
Write the specified file (dp property 'OutputFile' or 'DefaultValue') with any other specific parameters.- Throws:
IllegalParametersExceptionException
-
-