26 #ifndef __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_GEOPACKAGEPUBLISHER_H 
   27 #define __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_GEOPACKAGEPUBLISHER_H 
   29 #include "../Config.h" 
   96             void emitSignal(
double curStep, 
double totalStep);
 
  100             void setCurrentStep(
double curStep, 
double totalStep, std::string msg);
 
  117 #endif  // __TE_QT_PLUGINS_TERRAMOBILE_INTERNAL_GEOPACKAGEPUBLISHER_H 
static GeopackagePublisherOperation m_gpkgOpType
 
GeopackageFiles getGeopackageFiles(std::string url)
 
void uploadGeopackageFile(std::string url, std::string filePath, std::string fileName)
 
std::string getErrorMessage()
 
static GeopackagePublisher * m_staticPointer
 
void downloadGeopackageFile(std::string url, GeopackageFile gpkgFile, std::string pathDir)
 
void setCurrentStep(double curStep, double totalStep, std::string msg)
 
std::vector< GeopackageFile > GeopackageFiles
 
GeopackageFiles readJSONInfo(std::string stream)
 
std::string m_errorMessage
 
void emitSignal(double curStep, double totalStep)
 
GeopackagePublisherOperation