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,
76 void setParams(
const bool& copyInputColumns);
103 #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
A class that models the description of a dataset.
std::string m_outDsetName
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...
te::da::DataSourcePtr m_outDsrc
std::auto_ptr< te::da::DataSetTypeConverter > m_secondConverter
std::string m_inFirstDsetName
te::da::DataSourcePtr m_inFirstDsrc
virtual ~IntersectionOp()
Configuration flags for the Terrralib Vector Processing module.
const te::da::ObjectIdSet * m_secondOidSet