TerraLib 4.1
E:/Projetos_Primeiro_Semestre_2012/TerraView/terralib/src/terralib/functions/TeDriverCSV.h File Reference

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=';')

Detailed Description

This file contains functions to deal with a file in CSV format.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines