Uses of Interface
com.vividsolutions.jump.task.TaskMonitorSupport
-
Packages that use TaskMonitorSupport 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 org.geotools.shapefile -
-
Uses of TaskMonitorSupport in com.vividsolutions.jump.io
Classes in com.vividsolutions.jump.io that implement TaskMonitorSupport Modifier and Type Class Description class
AbstractJUMPReader
Partial implementation of JUMPReader implementing getExceptions method.class
AbstractJUMPWriter
class
FMEGMLReader
A driver that reads GML files following the FME default schema.class
GMLReader
GMLReader is aJUMPReader
specialized to read GML files.class
GMLWriter
GMLWriter is aJUMPWriter
specialized to output GML.class
JMLReader
JMLReader is aJUMPReader
specialized to read JML.class
JMLWriter
JMLWriter is aJUMPWriter
specialized to write 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 TaskMonitorSupport in com.vividsolutions.jump.io.datasource
Classes in com.vividsolutions.jump.io.datasource that implement TaskMonitorSupport Modifier and Type Class Description class
DelegatingCompressedFileHandler
Deprecated.use CompressedFile instead [07.2016] -
Uses of TaskMonitorSupport in com.vividsolutions.jump.io.geojson
Classes in com.vividsolutions.jump.io.geojson that implement TaskMonitorSupport Modifier and Type Class Description class
GeoJSONReader
class
GeoJSONWriter
-
Uses of TaskMonitorSupport in org.geotools.shapefile
Classes in org.geotools.shapefile that implement TaskMonitorSupport Modifier and Type Class Description class
Shapefile
This class represents an ESRI Shape file.
-