Go to the source code of this file.
      
        
          | #define GPKG_DRIVER_IDENTIFIER   "GPKG" | 
        
      
 
The OGR driver identifier string. 
Definition at line 69 of file Config.h.
 
 
      
        
          | #define LAYER_GATHERING_OBJID_COLUMN   "obj_id" | 
        
      
 
 
      
        
          | #define LAYER_GATHERING_STATUS_COLUMN   "tm_status" | 
        
      
 
 
      
        
          | #define TE_QT_PLUGIN_TERRAMOBILE_HAVE_CREATELAYER | 
        
      
 
It defines if the terra mobile plugin has the create layer operation. 
Definition at line 55 of file Config.h.
 
 
      
        
          | #define TE_QT_PLUGIN_TERRAMOBILE_HAVE_GEOPACKAGEBUILDER | 
        
      
 
It defines if the terra mobile plugin has the geopackage builder operation. 
Definition at line 34 of file Config.h.
 
 
      
        
          | #define TE_QT_PLUGIN_TERRAMOBILE_HAVE_GEOPACKAGEPUBLISHER | 
        
      
 
It defines if the terra mobile plugin has the geopackage publisher operation. 
Definition at line 41 of file Config.h.
 
 
      
        
          | #define TE_QT_PLUGIN_TERRAMOBILE_HAVE_GEOPACKAGESYNCHRONIZER | 
        
      
 
It defines if the terra mobile plugin has the geopackage synchronizer operation. 
Definition at line 48 of file Config.h.
 
 
      
        
          | #define TE_QT_PLUGIN_TERRAMOBILE_PLUGIN_NAME   "te.qt.terramobile" | 
        
      
 
It contains the plugin name. 
Definition at line 62 of file Config.h.
 
 
      
        
          | #define TERRAMOBILEPLUGINSDLLEXPORT |