Uses of Class
com.vividsolutions.jump.io.AbstractJUMPReader
-
Packages that use AbstractJUMPReader 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 AbstractJUMPReader in com.vividsolutions.jump.io
Subclasses of AbstractJUMPReader in com.vividsolutions.jump.io Modifier and Type Class Description class
FMEGMLReader
A driver that reads GML files following the FME default schema.class
ShapefileReader
ShapefileReader is aJUMPReader
specialized to read Shapefiles.class
WKTReader
WKTReader is aJUMPReader
specialized to read WTK (Well Known Text) files. -
Uses of AbstractJUMPReader in com.vividsolutions.jump.io.datasource
Subclasses of AbstractJUMPReader in com.vividsolutions.jump.io.datasource Modifier and Type Class Description class
DelegatingCompressedFileHandler
Deprecated.use CompressedFile instead [07.2016] -
Uses of AbstractJUMPReader in com.vividsolutions.jump.io.geojson
Subclasses of AbstractJUMPReader in com.vividsolutions.jump.io.geojson Modifier and Type Class Description class
GeoJSONReader
-