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 by ShpFiles
Author:
jesse
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    An id for the writer.
  • Method Details

    • id

      String id()
      An id for the writer. This is only used for debugging.
      Specified by:
      id in interface FileReader
      Returns:
      id for the writer.