Agroeye  1.0
Classes | Namespaces | Typedefs
DatabaseSpatialite.h File Reference
#include <memory>
#include <vector>
#include <unordered_map>
#include <map>
#include <string>
#include <regex>
#include <sqlite3.h>
#include <spatialite.h>
#include "Callback.h"
#include "DatabaseErrors.h"
#include "Raster.h"
#include "DatabaseTable.h"
#include "DatabaseStatements.h"
#include "SegmentationParameters.h"
Include dependency graph for DatabaseSpatialite.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  agroeye::handlers::Spatialite
 Encapsulation of Spatialite database. More...
 

Namespaces

 agroeye
 
 agroeye::handlers
 

Typedefs

using agroeye::handlers::SqliteCallback = std::function< int(int, char **, char **)>
 Callack function collection data of SQL query For exect syntax of the function please see the SQLite3 manual. More...