| Package | Description |
|---|---|
| com.vividsolutions.jump.io | |
| com.vividsolutions.jump.io.datasource |
The DataSource API is the core API for input and output of
data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FMEGMLReader
A driver that reads GML files following the FME default schema.
|
class |
GMLReader
GMLReader is a
JUMPReader specialized to read GML files. |
class |
JMLReader
JMLReader is a
JUMPReader specialized to read JML. |
class |
ShapefileReader
ShapefileReader is a
JUMPReader specialized to read Shapefiles. |
class |
WKTReader
WKTReader is a
JUMPReader specialized to read WTK (Well Known Text) files. |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected JUMPReader |
ReaderWriterFileDataSource.reader |
| Constructor and 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) |
Copyright © 2015. All rights reserved.