#include "../Config.h"#include <terralib/core/filesystem/FileSystem.h>#include <terralib/common.h>#include <terralib/dataaccess.h>#include <terralib/dataaccess/datasource/DataSourceFactory.h>#include <terralib/attributefill/RasterToVector.h>#include <iostream>#include <map>#include <memory>#include <string>#include <vector>#include <boost/filesystem.hpp>Go to the source code of this file.
Functions | |
| bool | RasterToVectorInPGIS () |
| bool | RasterToVectorInSHP () |
| bool RasterToVectorInPGIS | ( | ) |
Definition at line 110 of file examples/attributefill/RasterToVector.cpp.
References te::da::GetFirstPropertyPos(), te::da::DataSourceFactory::make(), te::stat::MAX_VALUE, te::stat::MIN_VALUE, te::attributefill::RasterToVector::paramsAreValid(), te::dt::RASTER_TYPE, te::attributefill::RasterToVector::run(), te::attributefill::RasterToVector::setInput(), te::attributefill::RasterToVector::setOutput(), te::attributefill::RasterToVector::setParams(), and te::stat::SUM.
| bool RasterToVectorInSHP | ( | ) |
Definition at line 20 of file examples/attributefill/RasterToVector.cpp.
References te::core::FileSystem::exists(), te::da::GetFirstPropertyPos(), te::da::DataSourceFactory::make(), te::stat::MAX_VALUE, te::stat::MIN_VALUE, te::attributefill::RasterToVector::paramsAreValid(), te::dt::RASTER_TYPE, te::attributefill::RasterToVector::run(), te::attributefill::RasterToVector::setInput(), te::attributefill::RasterToVector::setOutput(), te::attributefill::RasterToVector::setParams(), and te::stat::SUM.