Class AbstractJUMPReader
java.lang.Object
com.vividsolutions.jump.io.AbstractJUMPReader
- All Implemented Interfaces:
JUMPReader, TaskMonitorSupport
- Direct Known Subclasses:
DelegatingCompressedFileHandler, FMEGMLReader, GeoJSONReader, ShapefileReader, WKTReader
Partial implementation of JUMPReader implementing getExceptions method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidabstract FeatureCollectionread(DriverProperties dp) Read the specified file using the filename given by the "File" property and any other parameters.voidsetTaskMonitor(TaskMonitor taskMonitor)
-
Constructor Details
-
AbstractJUMPReader
public AbstractJUMPReader()
-
-
Method Details
-
read
Read the specified file using the filename given by the "File" property and any other parameters.- Specified by:
readin interfaceJUMPReader- Throws:
Exception
-
addException
-
getExceptions
- Specified by:
getExceptionsin interfaceJUMPReader- Returns:
- exceptions collected during the reading process.
-
setTaskMonitor
- Specified by:
setTaskMonitorin interfaceTaskMonitorSupport
-
getTaskMonitor
- Specified by:
getTaskMonitorin interfaceTaskMonitorSupport
-