Uses of Class
org.geotools.dbffile.DbfFileException
-
Packages that use DbfFileException Package Description org.geotools.dbffile -
-
Uses of DbfFileException in org.geotools.dbffile
Methods in org.geotools.dbffile that throw DbfFileException Modifier and Type Method Description Float[]
Dbf. getFloatCol(int col)
Deprecated.Fetches a column of Floats from the database file.Float[]
Dbf. getFloatCol(int col, int start, int end)
Deprecated.Fetches a part column of Floats from the database file.Integer[]
Dbf. getIntegerCol(int col)
Deprecated.Fetches a column of Integers from the database file.Integer[]
Dbf. getIntegerCol(int col, int start, int end)
Deprecated.Fetches a part column of Integers from the database file.String[]
Dbf. getStringCol(int col)
Deprecated.Fetches a column of Strings from the database file.String[]
Dbf. getStringCol(int col, int start, int end)
Deprecated.Fetches a part column of Strings from the database file.void
DbfFileWriter. writeRecord(Vector rec)
void
DbfFileWriter. writeRecords(Vector[] recs)
Constructors in org.geotools.dbffile that throw DbfFileException Constructor Description Dbf(File file)
Deprecated.Dbf(InputStream in)
Deprecated.Dbf(String name)
Deprecated.Dbf(URL url)
Deprecated.Constructor, opens the file and reads the header infomation.
-