26 #ifndef __TERRALIB_QT_WIDGETS_MAPDISPLAY_INTERNAL_DATASETDISPLAY_H 
   27 #define __TERRALIB_QT_WIDGETS_MAPDISPLAY_INTERNAL_DATASETDISPLAY_H 
   31 #include "../../../dataaccess/datasource/DataSource.h" 
   32 #include "../../../dataaccess/datasource/DataSourceInfo.h" 
   33 #include "../../../dataaccess/dataset/DataSet.h" 
   34 #include "../../../dataaccess/dataset/DataSetType.h" 
   36 #include "../Config.h" 
A dataset is the unit of information manipulated by the data access module of TerraLib.
 
boost::shared_ptr< DataSetType > DataSetTypePtr
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
 
boost::shared_ptr< DataSource > DataSourcePtr