28 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTOR_TO_RASTER_H
29 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTOR_TO_RASTER_H
33 #include "../dataaccess/dataset/DataSet.h"
34 #include "../dataaccess/dataset/DataSetType.h"
35 #include "../dataaccess/dataset/ObjectIdSet.h"
36 #include "../dataaccess/datasource/DataSource.h"
38 #include "../datatype/Property.h"
40 #include "../memory/DataSet.h"
41 #include "../statistics/core/Enums.h"
53 namespace attributefill
64 std::string inVectorName,
65 std::unique_ptr<te::da::DataSetTypeConverter> inVectorDsType);
67 void setParams( std::vector<std::string> selectedAttVec,
std::string m_inVectorName
void setParams(std::vector< std::string > selectedAttVec, double resolutionX, double resolutionY, int columns, int rows, bool useDummy, int dummy=0)
std::vector< std::string > m_selectedAttVec
void setOutput(te::da::DataSourcePtr outDsrc, std::string dsName)
te::da::DataSourcePtr m_inVectorDsrc
te::da::DataSourcePtr m_outDsrc
std::unique_ptr< te::da::DataSetTypeConverter > m_inVectorDsType
void setInput(te::da::DataSourcePtr inVectorDsrc, std::string inVectorName, std::unique_ptr< te::da::DataSetTypeConverter > inVectorDsType)
boost::shared_ptr< DataSource > DataSourcePtr
#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).