26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_OBSERVATIONPROPERTIESWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_OBSERVATIONPROPERTIESWIDGET_H 
   30 #include "../../../dataaccess/dataset/DataSetType.h" 
   31 #include "../Config.h" 
   39 namespace Ui { 
class ObservationPropertiesWidgetForm; }
 
   48       class DoubleListWidget;
 
   82           Ui::ObservationPropertiesWidgetForm* getForm();
 
   89           std::vector<int> getOutputValues();
 
   96           std::vector<std::string> getOutputPropNames();
 
  104           std::string getGeometryPropName();
 
  120           std::string getIdPropName();
 
  140           std::auto_ptr<Ui::ObservationPropertiesWidgetForm>  
m_ui;         
 
  147 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_OBSERVATIONPROPERTIESWIDGET_H 
boost::shared_ptr< DataSetType > DataSetTypePtr