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::auto_ptr<te::da::DataSetTypeConverter> firstConverter,
71 std::string inSecondDsetName,
72 std::auto_ptr<te::da::DataSetTypeConverter> secondConverter,
77 std::string inFirstDsetName,
78 std::auto_ptr<te::da::DataSetType> firstDsType,
79 std::auto_ptr<te::da::DataSet> firstDs,
80 std::auto_ptr<te::da::DataSetTypeConverter> firstConverter,
82 std::string inSecondDsetName,
83 std::auto_ptr<te::da::DataSetType> secondDsType,
84 std::auto_ptr<te::da::DataSet> secondDs,
85 std::auto_ptr<te::da::DataSetTypeConverter> secondConverter,
89 void setParams(
const std::vector<std::pair<std::string, std::string> >& attributeVec);
95 void setIsFirstQuery();
97 void setIsSecondQuery();
133 #endif // __TERRALIB_VP_INTERNAL_INTERSECTION_OP_H
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::string m_inSecondDsetName
std::auto_ptr< te::da::DataSetTypeConverter > m_firstConverter
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
boost::shared_ptr< DataSource > DataSourcePtr
const te::da::ObjectIdSet * m_firstOidSet
std::auto_ptr< te::da::DataSetType > m_firstDsType
A class that models the description of a dataset.
std::string m_outDsetName
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::auto_ptr< te::da::DataSet > m_firstDs
te::da::DataSourcePtr m_outDsrc
std::auto_ptr< te::da::DataSetTypeConverter > m_secondConverter
std::string m_inFirstDsetName
std::auto_ptr< te::da::DataSetType > m_secondDsType
te::da::DataSourcePtr m_inFirstDsrc
std::auto_ptr< te::da::DataSet > m_secondDs
virtual ~IntersectionOp()
std::vector< std::pair< std::string, std::string > > m_attributeVec
Configuration flags for the Terrralib Vector Processing module.
const te::da::ObjectIdSet * m_secondOidSet