28 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTOROP_H
29 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTOROP_H
32 #include "../dataaccess/datasource/DataSource.h"
34 #include "../maptools/AbstractLayer.h"
36 #include "../datatype/Property.h"
38 #include "../memory/DataSet.h"
39 #include "../statistics/core/Enums.h"
52 namespace attributefill
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;
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
boost::shared_ptr< DataSource > DataSourcePtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).
Enumerations of XML module.