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;
 
   64         virtual bool paramsAreValid();
 
   69         void setParams(
const std::map<std::string, std::vector<te::attributefill::OperationType> >& options, std::vector<std::string> toLayerProps);
 
   77         bool save(std::auto_ptr<te::mem::DataSet> result, std::auto_ptr<te::da::DataSetType> outDsType);
 
   86         std::map<std::string, std::vector<te::attributefill::OperationType> > 
m_options;
 
   94 #endif // __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTORTOVECTOROP_H 
std::vector< std::string > m_toLayerProps
 
Configuration flags for the Attribute Fill module of TerraLib. 
 
te::map::AbstractLayerPtr m_toLayer
 
boost::shared_ptr< DataSource > DataSourcePtr
 
std::map< std::string, std::vector< te::attributefill::OperationType > > m_options
 
te::da::DataSourcePtr m_outDsrc
 
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::map::AbstractLayerPtr m_fromLayer
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr