Package org.locationtech.jts.jump.io
Interface JUMPReader
-
- All Known Implementing Classes:
DelegatingCompressedFileHandler,FMEGMLReader,GMLReader,JMLReader,ShapefileReader,WKTReader
public interface JUMPReaderInterface for JUMPReader classes. Note: This is the old I/O API. Developers writing new I/O classes are encouraged to use the new API (org.locationtech.jts.jump.io.datasource).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureCollectionread(DriverProperties dp)Read the specified file using the filename given by the "File" property and any other parameters.
-
-
-
Method Detail
-
read
FeatureCollection read(DriverProperties dp) throws Exception
Read the specified file using the filename given by the "File" property and any other parameters.- Throws:
Exception
-
-