Class Dbf


  • public class Dbf
    extends Object
    This class represents a DBF (or DBase) file.

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

    Later queries return rows or columns of the database.

    If a URL is specified then the whole file is read into memory
    if a file is specified then a randomAccess system is used.


    Author:
    Ian Turton Centre for Computaional Geography, University of Leeds, LS2 9JT, 1998.
    mod to getStringCol by James Macgill.