#include "../Config.h"#include <terralib/common.h>#include <terralib/dataaccess.h>#include <terralib/dataaccess/datasource/DataSourceFactory.h>#include <terralib/dataaccess/datasource/DataSourceInfo.h>#include <terralib/dataaccess/datasource/DataSourceInfoManager.h>#include <terralib/dataaccess/query/Field.h>#include <terralib/dataaccess/query/Fields.h>#include <terralib/dataaccess/query/From.h>#include <terralib/dataaccess/query/FromItem.h>#include <terralib/dataaccess/query/Select.h>#include <terralib/datatype/SimpleData.h>#include <terralib/geometry/GeometryProperty.h>#include <terralib/vp/ComplexData.h>#include <terralib/vp/Dissolve.h>#include <terralib/vp/Utils.h>#include <boost/uuid/random_generator.hpp>#include <boost/uuid/uuid_io.hpp>#include <iostream>#include <map>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Functions | |
| bool | DissolveOGRToOGR () |
| bool | DissolveOGRToPGIS () |
| bool | DissolvePGISToOGR () |
| bool | DissolvePGISToPGIS () |
| bool DissolveOGRToOGR | ( | ) |
Definition at line 30 of file examples/vp/Dissolve.cpp.
References te::vp::Dissolve::executeMemory(), te::da::GetFirstGeomProperty(), te::vp::InputParams::m_inputDataSet, te::vp::InputParams::m_inputDataSetType, te::vp::InputParams::m_inputDataSource, te::da::DataSourceFactory::make(), te::stat::MIN_VALUE, te::stat::MODE, te::vp::AlgorithmParams::setInputParams(), te::vp::AlgorithmParams::setOutputDataSetName(), te::vp::AlgorithmParams::setOutputDataSource(), te::vp::AlgorithmParams::setOutputSRID(), te::vp::AlgorithmParams::setSpecificParams(), and te::stat::SUM.
Referenced by main().
| bool DissolveOGRToPGIS | ( | ) |
Definition at line 127 of file examples/vp/Dissolve.cpp.
References te::vp::Dissolve::executeMemory(), te::da::GetFirstGeomProperty(), te::vp::InputParams::m_inputDataSet, te::vp::InputParams::m_inputDataSetType, te::vp::InputParams::m_inputDataSource, te::da::DataSourceFactory::make(), te::stat::MIN_VALUE, te::stat::MODE, te::vp::AlgorithmParams::setInputParams(), te::vp::AlgorithmParams::setOutputDataSetName(), te::vp::AlgorithmParams::setOutputDataSource(), te::vp::AlgorithmParams::setOutputSRID(), te::vp::AlgorithmParams::setSpecificParams(), and te::stat::SUM.
Referenced by main().
| bool DissolvePGISToOGR | ( | ) |
Definition at line 341 of file examples/vp/Dissolve.cpp.
References te::vp::Dissolve::executeQuery(), te::da::GetFirstGeomProperty(), te::common::Singleton< DataSourceInfoManager >::getInstance(), te::vp::InputParams::m_inputDataSet, te::vp::InputParams::m_inputDataSetType, te::vp::InputParams::m_inputDataSource, te::vp::InputParams::m_inputQuery, te::da::DataSourceFactory::make(), te::stat::MIN_VALUE, te::stat::MODE, te::da::Select::setFields(), te::da::Select::setFrom(), te::vp::AlgorithmParams::setInputParams(), te::vp::AlgorithmParams::setOutputDataSetName(), te::vp::AlgorithmParams::setOutputDataSource(), te::vp::AlgorithmParams::setOutputSRID(), te::vp::AlgorithmParams::setSpecificParams(), and te::stat::SUM.
Referenced by main().
| bool DissolvePGISToPGIS | ( | ) |
Definition at line 225 of file examples/vp/Dissolve.cpp.
References te::vp::Dissolve::executeQuery(), te::da::GetFirstGeomProperty(), te::common::Singleton< DataSourceInfoManager >::getInstance(), te::vp::InputParams::m_inputDataSet, te::vp::InputParams::m_inputDataSetType, te::vp::InputParams::m_inputDataSource, te::vp::InputParams::m_inputQuery, te::da::DataSourceFactory::make(), te::stat::MIN_VALUE, te::stat::MODE, te::da::Select::setFields(), te::da::Select::setFrom(), te::vp::AlgorithmParams::setInputParams(), te::vp::AlgorithmParams::setOutputDataSetName(), te::vp::AlgorithmParams::setOutputDataSource(), te::vp::AlgorithmParams::setOutputSRID(), te::vp::AlgorithmParams::setSpecificParams(), and te::stat::SUM.
Referenced by main().