28 #ifndef __TERRALIB_VP_INTERNAL_DIFFERENCE_H
29 #define __TERRALIB_VP_INTERNAL_DIFFERENCE_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"
71 std::vector<std::string>
getPropNames(
const std::map<std::string, te::dt::AbstractData*>& specificParams);
73 bool isCollection(
const std::map<std::string, te::dt::AbstractData*>& specificParams);
A class that models the description of a dataset.
Geometry is the root class of the geometries hierarchy, it follows OGC and ISO standards.
A class that represents an R-tree.
Define input/output parameters for an operation.
std::vector< std::string > getPropNames(const std::map< std::string, te::dt::AbstractData * > &specificParams)
bool executeQuery(te::vp::AlgorithmParams *mainParams)
te::sam::rtree::Index< size_t, 8 > * DataSetRTree
te::gm::Geometry * setGeomAsMulti(te::gm::Geometry *geom)
bool executeMemory(te::vp::AlgorithmParams *mainParams)
bool isCollection(const std::map< std::string, te::dt::AbstractData * > &specificParams)
te::da::DataSetType * getOutputDataSetType(te::vp::AlgorithmParams *mainParams)
te::gm::GeomType setGeomResultType(const te::gm::GeomType &geomType, const bool &isCollection)
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).