Class DbfFile

java.lang.Object
org.geotools.dbffile.DbfFile
All Implemented Interfaces:
AutoCloseable

public class DbfFile extends Object implements AutoCloseable
This class represents a DBF (or DBase) file.

Construct it with a filename (including the .dbf) this causes the header and field definitions to be read.

Later queries return rows or columns of the database.


Author:
Ian Turton Centre for Computaional Geography, University of Leeds, LS2 9JT, 1998.