28 #ifndef __TERRALIB_VP_INTERNAL_UNION_H
29 #define __TERRALIB_VP_INTERNAL_UNION_H
33 #include "../dataaccess/dataset/DataSetType.h"
34 #include "../datatype/Property.h"
58 const std::map<std::string, te::dt::AbstractData*>& specificParams);
61 const std::map<std::string, te::dt::AbstractData*>& specificParams);
70 const std::map<std::string, te::dt::AbstractData*>& specificParams);
74 const std::map<std::string, te::dt::AbstractData*>& specificParams);
78 const bool& isCollection);
A class that models the description of a dataset.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
Define input/output parameters for an operation.
bool executeQuery(te::vp::AlgorithmParams *mainParams)
std::vector< std::pair< std::string, std::string > > getProperties(const std::map< std::string, te::dt::AbstractData * > &specificParams)
bool executeMemory(te::vp::AlgorithmParams *mainParams)
std::vector< te::dt::Property * > getSecondSelectedProperties(const te::da::DataSetType *dataSetType, const std::map< std::string, te::dt::AbstractData * > &specificParams)
te::gm::GeomType getGeomResultType(const te::gm::GeomType &firstGeom, const te::gm::GeomType &secondGeom, const bool &isCollection)
std::map< std::string, std::string > m_secondAttrNameMap
te::gm::Geometry * setGeomAsMulti(te::gm::Geometry *geom)
std::vector< te::dt::Property * > getFirstSelectedProperties(const te::da::DataSetType *dataSetType, const std::map< std::string, te::dt::AbstractData * > &specificParams)
te::da::DataSetType * getOutputDataSetType(te::vp::AlgorithmParams *mainParams)
bool isCollection(const std::map< std::string, te::dt::AbstractData * > &specificParams)
std::map< std::string, std::string > m_firstAttrNameMap
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).