#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/VectorToRaster.h>#include <iostream>#include <map>#include <memory>#include <string>#include <vector>#include <boost/filesystem.hpp>#include <boost/uuid/random_generator.hpp>#include <boost/uuid/uuid_io.hpp>Go to the source code of this file.
Functions | |
| bool | VectorToRaster () |
| bool VectorToRaster | ( | ) |
Definition at line 22 of file examples/attributefill/VectorToRaster.cpp.
References te::core::FileSystem::exists(), te::da::DataSourceFactory::make(), te::attributefill::VectorToRaster::paramsAreValid(), te::attributefill::VectorToRaster::run(), te::attributefill::VectorToRaster::setInput(), te::attributefill::VectorToRaster::setOutput(), and te::attributefill::VectorToRaster::setParams().
Referenced by te::attributefill::VectorToRasterDialog::onOkPushButtonClicked().