#include "../Config.h"#include <terralib/common.h>#include <terralib/dataaccess/datasource/DataSourceFactory.h>#include <terralib/dataaccess/datasource/DataSourceInfoManager.h>#include <terralib/vp/ComplexData.h>#include <terralib/vp/Identity.h>#include <boost/uuid/random_generator.hpp>#include <boost/uuid/uuid_io.hpp>#include <iostream>Go to the source code of this file.
Functions | |
| bool | IdentityOGRToOGR () |
| bool | IdentityOGRToPGIS () |
| bool | IdentityPGISToOGR () |
| bool | IdentityPGISToPGIS () |
| bool IdentityOGRToOGR | ( | ) |
Definition at line 16 of file examples/vp/Identity.cpp.
References te::vp::Identity::executeMemory(), te::vp::InputParams::m_inputDataSet, te::vp::InputParams::m_inputDataSetType, te::vp::InputParams::m_inputDataSource, te::da::DataSourceFactory::make(), te::vp::AlgorithmParams::setInputParams(), te::vp::AlgorithmParams::setOutputDataSetName(), te::vp::AlgorithmParams::setOutputDataSource(), and te::vp::AlgorithmParams::setSpecificParams().
Referenced by main().
| bool IdentityOGRToPGIS | ( | ) |
Definition at line 120 of file examples/vp/Identity.cpp.
References te::vp::Identity::executeMemory(), te::vp::InputParams::m_inputDataSet, te::vp::InputParams::m_inputDataSetType, te::vp::InputParams::m_inputDataSource, te::da::DataSourceFactory::make(), te::vp::AlgorithmParams::setInputParams(), te::vp::AlgorithmParams::setOutputDataSetName(), te::vp::AlgorithmParams::setOutputDataSource(), and te::vp::AlgorithmParams::setSpecificParams().
Referenced by main().
| bool IdentityPGISToOGR | ( | ) |
Definition at line 328 of file examples/vp/Identity.cpp.
References te::vp::Identity::executeMemory(), te::common::Singleton< DataSourceInfoManager >::getInstance(), te::vp::InputParams::m_inputDataSet, te::vp::InputParams::m_inputDataSetType, te::vp::InputParams::m_inputDataSource, te::da::DataSourceFactory::make(), te::vp::AlgorithmParams::setInputParams(), te::vp::AlgorithmParams::setOutputDataSetName(), te::vp::AlgorithmParams::setOutputDataSource(), and te::vp::AlgorithmParams::setSpecificParams().
Referenced by main().
| bool IdentityPGISToPGIS | ( | ) |
Definition at line 225 of file examples/vp/Identity.cpp.
References te::vp::Identity::executeMemory(), te::common::Singleton< DataSourceInfoManager >::getInstance(), te::vp::InputParams::m_inputDataSet, te::vp::InputParams::m_inputDataSetType, te::vp::InputParams::m_inputDataSource, te::da::DataSourceFactory::make(), te::vp::AlgorithmParams::setInputParams(), te::vp::AlgorithmParams::setOutputDataSetName(), te::vp::AlgorithmParams::setOutputDataSource(), and te::vp::AlgorithmParams::setSpecificParams().
Referenced by main().