26 #ifndef __TERRALIB_VP_CORE_INTERNAL_INPUTPARAMS_H    27 #define __TERRALIB_VP_CORE_INTERNAL_INPUTPARAMS_H    30 #include "../dataaccess/dataset/DataSet.h"    31 #include "../dataaccess/dataset/DataSetType.h"    32 #include "../dataaccess/datasource/DataSource.h"    33 #include "../dataaccess/query/Select.h"    93 #endif  // __TERRALIB_VP_CORE_INTERNAL_INPUTPARAMS_H #define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
boost::shared_ptr< DataSource > DataSourcePtr
 
A class that models the description of a dataset. 
 
A Select models a query to be used when retrieving data from a DataSource. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
Configuration flags for the Terrralib Vector Processing module.