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
Module:
modules/plugin/shapefile (gt-shapefile.jar)

Method Summary
 void close()
           
 int getRecordNumber()
           
 

Method Detail

getRecordNumber

int getRecordNumber()

close

void close()
           throws IOException
Throws:
IOException


Copyright © 1996-2010 Geotools. All Rights Reserved.