28 #ifndef __TERRALIB_VP_INTERNAL_INTERSECTION_H    29 #define __TERRALIB_VP_INTERNAL_INTERSECTION_H    33 #include "../dataaccess/dataset/DataSet.h"    34 #include "../dataaccess/dataset/DataSetType.h"    35 #include "../dataaccess/datasource/DataSource.h"    37 #include "../datatype/Property.h"    39 #include "../geometry/Enums.h"    40 #include "../memory/DataSet.h"    77       std::vector<te::dt::Property*> getFirstSelectedProperties(
const te::da::DataSetType* dataSetType, 
const std::map<std::string, te::dt::AbstractData*>& specificParams);
    79       std::vector<te::dt::Property*> getSecondSelectedProperties(
const te::da::DataSetType* dataSetType, 
const std::map<std::string, te::dt::AbstractData*>& specificParams);
    81       std::vector<std::pair<std::string, std::string> > getSelectedProperties(
const std::map<std::string, te::dt::AbstractData*>& specificParams);
    83       bool isCollection(
const std::map<std::string, te::dt::AbstractData*>& specificParams);
    94 #endif // __TERRALIB_VP_INTERNAL_INTERSECTION_H #define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code. 
 
A class that models the description of a dataset. 
 
std::map< std::string, std::string > m_firstAttrNameMap
 
Define input/output parameters for an operation. 
 
std::map< std::string, std::string > m_secondAttrNameMap
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
Configuration flags for the Terrralib Vector Processing module.