org.geotools.data.shapefile
Interface FileReader

All Known Subinterfaces:
FileWriter
All Known Implementing Classes:
BasicShpFileWriter, DbaseFileReader, IndexedDbaseFileReader, IndexedFidReader, IndexedFidWriter, IndexedShapefileDataStore, IndexFile, IndexInfo, PrjFileReader, ShapeFileIndexer, ShapefileReader, ShpXmlFileReader, StorageFile

public interface FileReader

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

Author:
jesse

Method Summary
 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.


Copyright © 1996-2009 Geotools. All Rights Reserved.