| Package | Description |
|---|---|
| org.geotools.dbffile |
| Modifier and Type | Method and Description |
|---|---|
Double[] |
DbfFile.getFloatCol(int col)
Fetches a column of Double from the database file.
|
Float[] |
Dbf.getFloatCol(int col)
Fetches a column of Floats from the database file.
|
Double[] |
DbfFile.getFloatCol(int col,
int start,
int end)
Fetches a part column of Double from the database file.
|
Float[] |
Dbf.getFloatCol(int col,
int start,
int end)
Fetches a part column of Floats from the database file.
|
Integer[] |
DbfFile.getIntegerCol(int col)
Fetches a column of Integers from the database file.
|
Integer[] |
Dbf.getIntegerCol(int col)
Fetches a column of Integers from the database file.
|
Integer[] |
DbfFile.getIntegerCol(int col,
int start,
int end)
Fetches a part column of Integers from the database file.
|
Integer[] |
Dbf.getIntegerCol(int col,
int start,
int end)
Fetches a part column of Integers from the database file.
|
String[] |
DbfFile.getStringCol(int col)
Fetches a column of Strings from the database file.
|
String[] |
Dbf.getStringCol(int col)
Fetches a column of Strings from the database file.
|
String[] |
DbfFile.getStringCol(int col,
int start,
int end)
Fetches a part column of Strings from the database file.
|
String[] |
Dbf.getStringCol(int col,
int start,
int end)
Fetches a part column of Strings from the database file.
|
void |
DbfFileWriter.writeRecord(Vector rec) |
void |
DbfFileWriter.writeRecords(Vector[] recs) |
| Constructor and Description |
|---|
Dbf(File file) |
Dbf(InputStream in) |
Dbf(String name) |
Dbf(URL url)
Constructor, opens the file and reads the header infomation.
|
DbfFile(String file)
Constructor, opens the file and reads the header infomation.
|
Copyright © 2015. All rights reserved.