28#ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTOROP_H
29#define __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTOROP_H
62 virtual bool run() = 0;
69 void setParams(
const std::map<std::string, std::vector<te::attributefill::OperationType> >& options, std::vector<std::string> toLayerProps);
77 bool save(std::unique_ptr<te::mem::DataSet> result, std::unique_ptr<te::da::DataSetType> outDsType);
86 std::map<std::string, std::vector<te::attributefill::OperationType> >
m_options;
This is the base class for Layers.
It models a property definition.
std::map< std::string, std::vector< te::attributefill::OperationType > > m_options
te::map::AbstractLayerPtr m_fromLayer
void setInput(te::map::AbstractLayerPtr fromLayer, te::map::AbstractLayerPtr toLayer)
virtual bool paramsAreValid()
void setParams(const std::map< std::string, std::vector< te::attributefill::OperationType > > &options, std::vector< std::string > toLayerProps)
te::da::DataSourcePtr m_outDsrc
void setOutput(te::da::DataSourcePtr outDsrc, std::string dsName)
te::map::AbstractLayerPtr m_toLayer
virtual ~VectorToVectorOp()
bool save(std::unique_ptr< te::mem::DataSet > result, std::unique_ptr< te::da::DataSetType > outDsType)
std::vector< std::string > m_toLayerProps
An abstract class for data providers like a DBMS, Web Services or a regular file.
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver.
boost::shared_ptr< DataSource > DataSourcePtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
Enumerations related to Vector Processing module.
Configuration flags for the Attribute Fill module of TerraLib.
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module.