org.geotools.data.shapefile
Interface FileWriter

All Superinterfaces:
FileReader
All Known Implementing Classes:
BasicShpFileWriter, IndexedFidWriter, IndexedShapefileDataStore, ShapeFileIndexer, StorageFile

public interface FileWriter
extends FileReader

Indicates that the object writes to one of the Shapefile related files controlled by ShpFiles

Author:
jesse
Module:
modules/plugin/shapefile (gt-shapefile.jar)

Method Summary
 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 interface FileReader
Returns:
id for the writer.


Copyright © 1996-2010 Geotools. All Rights Reserved.