Uses of Interface
org.locationtech.jts.jump.io.JUMPReader
-
Packages that use JUMPReader 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 JUMPReader in org.locationtech.jts.jump.io
Classes in org.locationtech.jts.jump.io that implement JUMPReader Modifier and Type Class Description 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 org.locationtech.jts.jump.io.datasource
Classes in org.locationtech.jts.jump.io.datasource that implement JUMPReader Modifier and Type Class Description class
DelegatingCompressedFileHandler
If the file is a .zip or .gz file, mangles the DriverProperties into the format expected by many of the first JUMPReaders, which take responsibility for doing the decompression.Fields in org.locationtech.jts.jump.io.datasource declared as JUMPReader Modifier and Type Field Description protected JUMPReader
ReaderWriterFileDataSource. reader
Constructors in org.locationtech.jts.jump.io.datasource with parameters of type JUMPReader Constructor Description DelegatingCompressedFileHandler(JUMPReader reader, Collection endings)
Constructs a DelegatingCompressedFileHandler that wraps a JUMPReader.ReaderWriterFileDataSource(JUMPReader reader, JUMPWriter writer)
StandardReaderWriterFileDataSource(JUMPReader reader, JUMPWriter writer, String[] extensions)
-