Uses of Interface
com.vividsolutions.jump.io.JUMPReader
-
Packages that use JUMPReader Package Description com.vividsolutions.jump.io com.vividsolutions.jump.io.datasource The DataSource API is the core API for input and output of data.com.vividsolutions.jump.io.geojson -
-
Uses of JUMPReader in com.vividsolutions.jump.io
Classes in com.vividsolutions.jump.io that implement JUMPReader Modifier and Type Class Description class
AbstractJUMPReader
Partial implementation of JUMPReader implementing getExceptions method.class
FMEGMLReader
A driver that reads GML files following the FME default schema.class
GMLReader
GMLReader is aJUMPReader
specialized to read GML files.class
JMLReader
JMLReader is aJUMPReader
specialized to read JML.class
ShapefileReader
ShapefileReader is aJUMPReader
specialized to read Shapefiles.class
WKTReader
WKTReader is aJUMPReader
specialized 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 JUMPReader Modifier and Type Class Description class
DelegatingCompressedFileHandler
Deprecated.use CompressedFile instead [07.2016]Fields in com.vividsolutions.jump.io.datasource declared as JUMPReader Modifier and Type Field Description protected JUMPReader
ReaderWriterFileDataSource. reader
Constructors in com.vividsolutions.jump.io.datasource with parameters of type JUMPReader Constructor Description DelegatingCompressedFileHandler(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 Modifier and Type Class Description class
GeoJSONReader
-