Interface FileWriter
-
- All Superinterfaces:
FileReader
- All Known Implementing Classes:
BasicShpFileWriter
,IndexedFidWriter
,StorageFile
public interface FileWriter extends FileReader
Indicates that the object writes to 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 writer.
-
-
-
Method Detail
-
id
String id()
An id for the writer. This is only used for debugging.- Specified by:
id
in interfaceFileReader
- Returns:
- id for the writer.
-
-