28 #ifndef __TERRALIB_WS_OGC_WCS_QT_WCSLAYERSELECTOR_H    29 #define __TERRALIB_WS_OGC_WCS_QT_WCSLAYERSELECTOR_H    31 #include "../../../../qt/widgets/layer/selector/AbstractLayerSelector.h"    32 #include "../../../../dataaccess/datasource/DataSourceInfo.h"    60             void set(
const std::list<te::da::DataSourceInfoPtr>& datasources);
    62             std::list<te::map::AbstractLayerPtr> getLayers();
 
A simple widget that allows the selection of datasets from a given WCS server. 
 
std::list< te::da::DataSourceInfoPtr > m_datasources