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 classAbstractJUMPReaderPartial implementation of JUMPReader implementing getExceptions method.classAbstractJUMPWriterclassFMEGMLReaderA driver that reads GML files following the FME default schema.classGMLReaderGMLReader is aJUMPReaderspecialized to read GML files.classGMLWriterGMLWriter is aJUMPWriterspecialized to output GML.classJMLReaderJMLReader is aJUMPReaderspecialized to read JML.classJMLWriterJMLWriter is aJUMPWriterspecialized to write JML.classShapefileReaderShapefileReader is aJUMPReaderspecialized to read Shapefiles.classWKTReaderWKTReader is aJUMPReaderspecialized 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 classDelegatingCompressedFileHandlerDeprecated.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 classGeoJSONReaderclassGeoJSONWriter -
Uses of TaskMonitorSupport in org.geotools.shapefile
Classes in org.geotools.shapefile that implement TaskMonitorSupport Modifier and Type Class Description classShapefileThis class represents an ESRI Shape file.
-