public abstract class AbstractJUMPReader extends java.lang.Object implements JUMPReader
| Constructor and Description |
|---|
AbstractJUMPReader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.Exception> |
getExceptions() |
abstract FeatureCollection |
read(DriverProperties dp)
Read the specified file using the filename given by the "File" property
and any other parameters.
|
public abstract FeatureCollection read(DriverProperties dp) throws java.lang.Exception
read in interface JUMPReaderjava.lang.Exceptionpublic java.util.Collection<java.lang.Exception> getExceptions()
getExceptions in interface JUMPReader