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 classFMEGMLWriterThis class is aJUMPWriterspecialized to write FMEGML.classGMLWriterGMLWriter is aJUMPWriterspecialized to output GML.classJMLWriterJMLWriter is aJUMPWriterspecialized to write JML.classShapefileWriterShapefileWriter is aJUMPWriterspecialized to write Shapefiles.classWKTWriterWKTWriter is aJUMPWriterspecialized 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 JUMPWriterReaderWriterFileDataSource. writerConstructors 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)
-