Uses of Interface
com.vividsolutions.jump.io.JUMPReader
Packages that use JUMPReader
Package
Description
The DataSource API is the core API for input and output of
data.
-
Uses of JUMPReader in com.vividsolutions.jump.io
Classes in com.vividsolutions.jump.io that implement JUMPReaderModifier and TypeClassDescriptionclassPartial implementation of JUMPReader implementing getExceptions method.classA driver that reads GML files following the FME default schema.classGMLReader is aJUMPReaderspecialized to read GML files.classJMLReader is aJUMPReaderspecialized to read JML.classShapefileReader is aJUMPReaderspecialized to read Shapefiles.classWKTReader is aJUMPReaderspecialized to read WTK (Well Known Text) files. -
Uses of JUMPReader in com.vividsolutions.jump.io.datasource
Classes in com.vividsolutions.jump.io.datasource that implement JUMPReaderModifier and TypeClassDescriptionclassDeprecated.use CompressedFile instead [07.2016]Fields in com.vividsolutions.jump.io.datasource declared as JUMPReaderConstructors in com.vividsolutions.jump.io.datasource with parameters of type JUMPReaderModifierConstructorDescriptionDelegatingCompressedFileHandler(JUMPReader reader, Collection<String> endings) Deprecated.use CompressedFile instead [07.2016]ReaderWriterFileDataSource(JUMPReader reader, JUMPWriter writer) Deprecated.ReaderWriterFileDataSource(JUMPReader reader, JUMPWriter writer, String[] extensions) StandardReaderWriterFileDataSource(JUMPReader reader, JUMPWriter writer, String[] extensions) -
Uses of JUMPReader in com.vividsolutions.jump.io.geojson
Classes in com.vividsolutions.jump.io.geojson that implement JUMPReader