28 #ifndef __TERRALIB_VP_INTERNAL_INTERSECTION_MEMORY_H
29 #define __TERRALIB_VP_INTERNAL_INTERSECTION_MEMORY_H
32 #include "../common/Exception.h"
33 #include "../common/STLUtils.h"
34 #include "../datatype/Property.h"
35 #include "../dataaccess/dataset/DataSetType.h"
36 #include "../geometry/Geometry.h"
37 #include "../memory/DataSet.h"
39 #include "../statistics/core/Enums.h"
74 std::vector<te::dt::Property*>
props;
A class that models the description of a dataset.
A dataset is the unit of information manipulated by the data access module of TerraLib.
A class that represents an R-tree.
te::sam::rtree::Index< size_t, 8 > * DataSetRTree
std::pair< te::da::DataSetType *, te::da::DataSet * > pairwiseIntersection(std::string newName, IntersectionMember firstMember, IntersectionMember secondMember)
std::vector< te::dt::Property * > props
#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).
Enumerations of XML module.
An exception class for the XML module.