Interface FileReader
-
- All Known Subinterfaces:
FileWriter
- All Known Implementing Classes:
BasicShpFileWriter,DbaseFileReader,FileSystemIndexStore,IndexedDbaseFileReader,IndexedFidReader,IndexedFidWriter,IndexFile,ShapefileReader,ShpXmlFileReader,StorageFile
public interface FileReaderIndicates that the object reads one of the Shapefile related files controlled byShpFiles- Author:
- jesse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringid()An id for the reader.
-
-
-
Method Detail
-
id
String id()
An id for the reader. This is only used for debugging.- Returns:
- id for the reader.
-
-