com.vividsolutions.jump.io
Interface JUMPReader
- All Known Implementing Classes:
- DelegatingCompressedFileHandler, FMEGMLReader, GMLReader, JMLReader, ShapefileReader, WKTReader
public interface JUMPReader
Interface for JUMPReader classes. Note: This is the old I/O API. Developers
writing new I/O classes are encouraged to use the new API
(com.vividsolutions.jump.io.datasource).
read
FeatureCollection read(DriverProperties dp)
throws java.lang.Exception
- Read the specified file using the filename given by the "File" property
and any other parameters.
- Throws:
java.lang.Exception