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"    76           void paintEvent(QPaintEvent* e);
    78           void resizeEvent(QResizeEvent* e);
    93 #endif  // __TERRALIB_QT_WIDGETS_MAPDISPLAY_INTERNAL_DATASETDISPLAY_H boost::shared_ptr< DataSetType > DataSetTypePtr
 
boost::shared_ptr< DataSource > DataSourcePtr
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr