Uses of Interface
com.vividsolutions.jump.io.JUMPWriter

Packages that use JUMPWriter
com.vividsolutions.jump.io   
com.vividsolutions.jump.io.datasource The DataSource API is the core API for input and output of data. 
 

Uses of JUMPWriter in com.vividsolutions.jump.io
 

Classes in com.vividsolutions.jump.io that implement JUMPWriter
 class FMEGMLWriter
          This class is a JUMPWriter specialized to write FMEGML.
 class GMLWriter
          GMLWriter is a JUMPWriter specialized to output GML.
 class JMLWriter
          JMLWriter is a JUMPWriter specialized to write JML.
 class ShapefileWriter
          ShapefileWriter is a JUMPWriter specialized to write Shapefiles.
 class WKTWriter
          WKTWriter is a JUMPWriter specialized to write WTK (Well Known Text) files.
 

Uses of JUMPWriter in com.vividsolutions.jump.io.datasource
 

Fields in com.vividsolutions.jump.io.datasource declared as JUMPWriter
protected  JUMPWriter ReaderWriterFileDataSource.writer
           
 

Constructors in com.vividsolutions.jump.io.datasource with parameters of type JUMPWriter
ReaderWriterFileDataSource(JUMPReader reader, JUMPWriter writer)
           
StandardReaderWriterFileDataSource(JUMPReader reader, JUMPWriter writer, java.lang.String[] extensions)