28#ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTOR_TO_RASTER_H
29#define __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTOR_TO_RASTER_H
64 std::string inVectorName,
65 std::unique_ptr<te::da::DataSetTypeConverter> inVectorDsType);
67 void setParams( std::vector<std::string> selectedAttVec,
A class that models the description of a dataset.
This class represents a set of unique ids created in the same context. i.e. from the same data set.
It models a property definition.
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)
A dataset is the unit of information manipulated by the data access module of TerraLib.
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
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.