Interface FileReader
-
- All Known Subinterfaces:
FileWriter
- All Known Implementing Classes:
BasicShpFileWriter
,DbaseFileReader
,FileSystemIndexStore
,IndexedDbaseFileReader
,IndexedFidReader
,IndexedFidWriter
,IndexFile
,ShapefileReader
,ShpXmlFileReader
,StorageFile
public interface FileReader
Indicates 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 String
id()
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.
-
-