Uses of Interface
org.locationtech.jts.jump.io.JUMPWriter
-
Packages that use JUMPWriter Package Description org.locationtech.jts.jump.io org.locationtech.jts.jump.io.datasource The DataSource API is the core API for input and output of data. -
-
Uses of JUMPWriter in org.locationtech.jts.jump.io
Classes in org.locationtech.jts.jump.io that implement JUMPWriter Modifier and Type Class Description class
FMEGMLWriter
This class is aJUMPWriter
specialized to write FMEGML.class
GMLWriter
GMLWriter is aJUMPWriter
specialized to output GML.class
JMLWriter
JMLWriter is aJUMPWriter
specialized to write JML.class
ShapefileWriter
ShapefileWriter is aJUMPWriter
specialized to write Shapefiles.class
WKTWriter
WKTWriter is aJUMPWriter
specialized to write WTK (Well Known Text) files. -
Uses of JUMPWriter in org.locationtech.jts.jump.io.datasource
Fields in org.locationtech.jts.jump.io.datasource declared as JUMPWriter Modifier and Type Field Description protected JUMPWriter
ReaderWriterFileDataSource. writer
Constructors in org.locationtech.jts.jump.io.datasource with parameters of type JUMPWriter Constructor Description ReaderWriterFileDataSource(JUMPReader reader, JUMPWriter writer)
StandardReaderWriterFileDataSource(JUMPReader reader, JUMPWriter writer, String[] extensions)
-