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);
 
A class that models the description of a dataset.
 
A dataset is the unit of information manipulated by the data access module of TerraLib.
 
Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver.
 
void SetOutputDSet(te::da::DataSet *inDataSet, te::mem::DataSet *outDataSet)
 
te::mem::DataSet * SetAggregObj(te::da::DataSetType *dsType, std::vector< int > tabVec, std::vector< int > geoVec)
 
te::mem::DataSet * SetAggregByAttribute(te::da::DataSetType *dsType, std::vector< int > tabVec, std::vector< int > geoVec)
 
te::mem::DataSet * SetAllObjects(te::da::DataSetType *dsType, std::vector< int > tabVec, std::vector< int > geoVec)
 
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
An exception class for the XML module.