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 classAbstractJUMPReaderPartial implementation of JUMPReader implementing getExceptions method.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 com.vividsolutions.jump.io.datasource
Classes in com.vividsolutions.jump.io.datasource that implement JUMPReader Modifier and Type Class Description classDelegatingCompressedFileHandlerDeprecated.use CompressedFile instead [07.2016]Fields in com.vividsolutions.jump.io.datasource declared as JUMPReader Modifier and Type Field Description protected JUMPReaderReaderWriterFileDataSource. readerConstructors 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 classGeoJSONReader
-