29 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTER_TO_VECTOR_H 
   30 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTER_TO_VECTOR_H 
   34 #include "../dataaccess/dataset/DataSet.h" 
   35 #include "../dataaccess/dataset/DataSetType.h" 
   36 #include "../dataaccess/dataset/ObjectIdSet.h" 
   37 #include "../dataaccess/datasource/DataSource.h" 
   39 #include "../datatype/Property.h" 
   41 #include "../memory/DataSet.h" 
   42 #include "../raster/Raster.h" 
   43 #include "../rp/Texture.h" 
   44 #include "../statistics/core/Enums.h" 
   56   namespace attributefill
 
   69                     std::string inVectorName,
 
   70                     std::auto_ptr<te::da::DataSetTypeConverter> inVectorDsType,
 
   73       void setParams(std::vector<unsigned int> bands,
 
   74                      std::vector<te::stat::StatisticalSummary> statSum,
 
   75                      bool texture, 
bool readAll);
 
   79       bool paramsAreValid();
 
   85                             unsigned int inputRasterBand,
 
   86                             std::vector<double>& values);
 
   88       std::auto_ptr<te::da::DataSetType> getDataSetType(
 
   89           std::vector<std::vector<double> > pixelDistinct =
 
   90               std::vector<std::vector<double> >());
 
   94                                               bool readAll = 
false);
 
   96       bool save(std::auto_ptr<te::mem::DataSet> result,
 
   97                 std::auto_ptr<te::da::DataSetType> outDsType);
 
  115 #endif  // __TERRALIB_ATTRIBUTEFILL_INTERNAL_RASTER_TO_VECTOR_H 
std::auto_ptr< te::da::DataSetTypeConverter > m_inVectorDsType
 
Configuration flags for the Attribute Fill module of TerraLib. 
 
boost::shared_ptr< DataSource > DataSourcePtr
 
te::da::DataSourcePtr m_outDsrc
 
std::vector< te::stat::StatisticalSummary > m_statSum
 
te::rst::Raster * m_inRaster
 
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
An abstract class for raster data strucutures. 
 
const te::da::ObjectIdSet * m_oidSet
 
te::da::DataSourcePtr m_inVectorDsrc
 
std::vector< unsigned int > m_bands
 
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards. 
 
std::string m_inVectorName