28 #ifndef __TERRALIB_VP_INTERNAL_INTERSECTION_OP_H    29 #define __TERRALIB_VP_INTERNAL_INTERSECTION_OP_H    33 #include "../dataaccess/dataset/DataSet.h"    34 #include "../dataaccess/dataset/DataSetTypeConverter.h"    35 #include "../dataaccess/datasource/DataSource.h"    37 #include "../datatype/Property.h"    39 #include "../geometry/Enums.h"    40 #include "../memory/DataSet.h"    63       virtual bool run() = 0;
    65       virtual bool paramsAreValid();
    68                     std::string inFirstDsetName,
    69                     std::unique_ptr<te::da::DataSetTypeConverter> firstConverter,
    71                     std::string inSecondDsetName,
    72                     std::unique_ptr<te::da::DataSetTypeConverter> secondConverter,
    77                     std::string inFirstDsetName,
    78                     std::unique_ptr<te::da::DataSetType> firstDsType,
    79                     std::unique_ptr<te::da::DataSet> firstDs,
    80                     std::unique_ptr<te::da::DataSetTypeConverter> firstConverter,
    82                     std::string inSecondDsetName,
    83                     std::unique_ptr<te::da::DataSetType> secondDsType,
    84                     std::unique_ptr<te::da::DataSet> secondDs,
    85                     std::unique_ptr<te::da::DataSetTypeConverter> secondConverter,
    89       void setParams(
const std::vector<std::pair<int, std::string> > &attributeVec);
    95       void setIsFirstQuery();
    97       void setIsSecondQuery();
   106       bool isSelectedProperty(
const int &
id, 
const dt::Property &prop);
   133 #endif // __TERRALIB_VP_INTERNAL_INTERSECTION_OP_H std::unique_ptr< te::da::DataSet > m_firstDs
 
std::unique_ptr< te::da::DataSet > m_secondDs
 
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::string m_inSecondDsetName
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
std::vector< std::pair< int, std::string > > m_attributeVec
 
boost::shared_ptr< DataSource > DataSourcePtr
 
const te::da::ObjectIdSet * m_firstOidSet
 
A class that models the description of a dataset. 
 
std::string m_outDsetName
 
std::unique_ptr< te::da::DataSetType > m_secondDsType
 
It models a property definition. 
 
te::da::DataSourcePtr m_inSecondDsrc
 
This class represents a set of unique ids created in the same context. i.e. from the same data set...
 
std::unique_ptr< te::da::DataSetType > m_firstDsType
 
std::unique_ptr< te::da::DataSetTypeConverter > m_firstConverter
 
te::da::DataSourcePtr m_outDsrc
 
std::string m_inFirstDsetName
 
te::da::DataSourcePtr m_inFirstDsrc
 
std::unique_ptr< te::da::DataSetTypeConverter > m_secondConverter
 
virtual ~IntersectionOp()
 
Configuration flags for the Terrralib Vector Processing module. 
 
const te::da::ObjectIdSet * m_secondOidSet