Uses of Class
org.geotools.dbffile.DbfFileException

Packages that use DbfFileException
org.geotools.dbffile   
 

Uses of DbfFileException in org.geotools.dbffile
 

Methods in org.geotools.dbffile that throw DbfFileException
 java.lang.Double[] DbfFile.getFloatCol(int col)
          Fetches a column of Double from the database file.
 java.lang.Float[] Dbf.getFloatCol(int col)
          Fetches a column of Floats from the database file.
 java.lang.Double[] DbfFile.getFloatCol(int col, int start, int end)
          Fetches a part column of Double from the database file.
 java.lang.Float[] Dbf.getFloatCol(int col, int start, int end)
          Fetches a part column of Floats from the database file.
 java.lang.Integer[] DbfFile.getIntegerCol(int col)
          Fetches a column of Integers from the database file.
 java.lang.Integer[] Dbf.getIntegerCol(int col)
          Fetches a column of Integers from the database file.
 java.lang.Integer[] DbfFile.getIntegerCol(int col, int start, int end)
          Fetches a part column of Integers from the database file.
 java.lang.Integer[] Dbf.getIntegerCol(int col, int start, int end)
          Fetches a part column of Integers from the database file.
 java.lang.String[] DbfFile.getStringCol(int col)
          Fetches a column of Strings from the database file.
 java.lang.String[] Dbf.getStringCol(int col)
          Fetches a column of Strings from the database file.
 java.lang.String[] DbfFile.getStringCol(int col, int start, int end)
          Fetches a part column of Strings from the database file.
 java.lang.String[] Dbf.getStringCol(int col, int start, int end)
          Fetches a part column of Strings from the database file.
 void DbfFileWriter.writeRecord(java.util.Vector rec)
           
 void DbfFileWriter.writeRecords(java.util.Vector[] recs)
           
 

Constructors in org.geotools.dbffile that throw DbfFileException
Dbf(java.io.File file)
           
Dbf(java.io.InputStream in)
           
Dbf(java.lang.String name)
           
Dbf(java.net.URL url)
          Constructor, opens the file and reads the header infomation.
DbfFile(java.lang.String file)
          Constructor, opens the file and reads the header infomation.