Package org.locationtech.jts.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 (org.locationtech.jts.jump.io.datasource).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(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:
IllegalParametersException
Exception
-
-