28 #ifndef __TERRALIB_VP_INTERNAL_GEOGRAPHIC_QUERY_H    29 #define __TERRALIB_VP_INTERNAL_GEOGRAPHIC_QUERY_H    32 #include "../dataaccess/dataset/DataSet.h"    33 #include "../memory/DataSet.h"    59                                       std::vector<int> tabVec,
    60                                       std::vector<int> geoVec);
    63                                       std::vector<int> tabVec,
    64                                       std::vector<int> geoVec);
    67                                               std::vector<int> tabVec,
    68                                               std::vector<int> geoVec);
    78 #endif  // __TERRALIB_VP_INTERNAL_GEOGRAPHIC_QUERY_H #define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
An exception class for the Vector processing module. 
 
A class that models the description of a dataset. 
 
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver...
 
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...
 
A dataset is the unit of information manipulated by the data access module of TerraLib.