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 classFMEGMLReaderA driver that reads GML files following the FME default schema.classGMLReaderGMLReader is aJUMPReaderspecialized to read GML files.classJMLReaderJMLReader is aJUMPReaderspecialized to read JML.classShapefileReaderShapefileReader is aJUMPReaderspecialized to read Shapefiles.classWKTReaderWKTReader is aJUMPReaderspecialized 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 classDelegatingCompressedFileHandlerIf 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 JUMPReaderReaderWriterFileDataSource. readerConstructors 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)
-