org.geotools.data.shapefile
Interface FileReader

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

public interface FileReader

Indicates that the object reads 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 reader.
 

Method Detail

id

String id()
An id for the reader. This is only used for debugging.

Returns:
id for the reader.


Copyright © 1996-2010 Geotools. All Rights Reserved.