te::qt::plugins::terramobile::GeoPackageSynchronizer Class Reference

This file is used to Synchronizer operation. More...

#include <GeopackageSynchronizer.h>

Public Member Functions

 GeoPackageSynchronizer ()
 
void setInputParameters (te::da::DataSource *inputDataSource, std::string inputDataSet, te::da::DataSource *outputDataSource, std::string outputDataset)
 
void synchronize ()
 
 ~GeoPackageSynchronizer ()
 

Protected Member Functions

void checkParameters ()
 

Protected Attributes

std::string m_inputDataSet
 
te::da::DataSourcem_inputDataSource
 
std::string m_outputDataset
 
te::da::DataSourcem_outputDataSource
 

Detailed Description

This file is used to Synchronizer operation.

Definition at line 49 of file GeopackageSynchronizer.h.

Constructor & Destructor Documentation

te::qt::plugins::terramobile::GeoPackageSynchronizer::GeoPackageSynchronizer ( )

Definition at line 46 of file GeopackageSynchronizer.cpp.

te::qt::plugins::terramobile::GeoPackageSynchronizer::~GeoPackageSynchronizer ( )

Definition at line 55 of file GeopackageSynchronizer.cpp.

Member Function Documentation

void te::qt::plugins::terramobile::GeoPackageSynchronizer::checkParameters ( )
protected
void te::qt::plugins::terramobile::GeoPackageSynchronizer::setInputParameters ( te::da::DataSource inputDataSource,
std::string  inputDataSet,
te::da::DataSource outputDataSource,
std::string  outputDataset 
)

Member Data Documentation

std::string te::qt::plugins::terramobile::GeoPackageSynchronizer::m_inputDataSet
protected

Definition at line 71 of file GeopackageSynchronizer.h.

Referenced by checkParameters(), setInputParameters(), and synchronize().

te::da::DataSource* te::qt::plugins::terramobile::GeoPackageSynchronizer::m_inputDataSource
protected

Definition at line 70 of file GeopackageSynchronizer.h.

Referenced by checkParameters(), setInputParameters(), and synchronize().

std::string te::qt::plugins::terramobile::GeoPackageSynchronizer::m_outputDataset
protected

Definition at line 74 of file GeopackageSynchronizer.h.

Referenced by checkParameters(), setInputParameters(), and synchronize().

te::da::DataSource* te::qt::plugins::terramobile::GeoPackageSynchronizer::m_outputDataSource
protected

Definition at line 73 of file GeopackageSynchronizer.h.

Referenced by checkParameters(), setInputParameters(), and synchronize().


The documentation for this class was generated from the following files: