org.geotools.data.shapefile.indexed
Interface RecordNumberTracker

All Known Implementing Classes:
IndexedShapefileAttributeReader

public interface RecordNumberTracker

A simple interface so that the current feature's record number can be retrieved by the IndexedFidReader

Since:
1.1.0
Author:
Jesse

Method Summary
 void close()
           
 int getRecordNumber()
           
 

Method Detail

getRecordNumber

int getRecordNumber()

close

void close()
           throws IOException
Throws:
IOException


Copyright © 1996-2009 Geotools. All Rights Reserved.