![]() |
TerraLib 4.1
|
This file contains functions to deal with a file in CSV format. More...
#include "../kernel/TeTable.h"#include "../kernel/TeBox.h"#include "../kernel/TeDataTypes.h"#include "TeFunctionsDefines.h"#include <string>Go to the source code of this file.
Functions | |
| TLFUNCTIONS_DLL bool | TeImportCSVFile (const string &csvFileName, TeTable &attrTable, TeDatabase *db, TeLayer *layer=0, const char &separator=',', const bool &firstLineIsHeader=false, const unsigned int &chunkSize=100, const bool &createAutoNum=false) |
| TLFUNCTIONS_DLL bool | TeImportCSVFile (const string &csvFileName, const int &attributeX, const int &attributeY, TeTable &attrTable, TeDatabase *db, TeLayer *layer, const char &separator=',', const bool &firstLineIsHeader=false, const unsigned int &chunkSize=100, const bool &createAutoNum=false) |
| TLFUNCTIONS_DLL bool | TeExportQuerierToCSV (TeQuerier *querier, const std::string &filename, const char &sep=';') |
| TLFUNCTIONS_DLL bool | TeExportLayerToCSV (TeLayer *layer, const string &filename="", const char &sep=';') |
| TLFUNCTIONS_DLL bool | TeExportThemeToCSV (TeTheme *theme, TeSelectedObjects selOb, const std::string &filename="", const char &sep=';') |
This file contains functions to deal with a file in CSV format.