26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_OBSERVATIONPROPERTIESWIDGET_H 27 #define __TERRALIB_QT_WIDGETS_INTERNAL_OBSERVATIONPROPERTIESWIDGET_H 31 #include "../../../dataaccess/dataset/DataSetType.h" 33 #include "../Config.h" 41 namespace Ui {
class ObservationPropertiesWidgetForm; }
50 class DoubleListWidget;
84 Ui::ObservationPropertiesWidgetForm* getForm();
91 std::vector<int> getOutputValues();
98 std::vector<std::string> getOutputPropNames();
106 std::string getGeometryPropName();
122 std::string getIdPropName();
142 std::unique_ptr<Ui::ObservationPropertiesWidgetForm>
m_ui;
149 #endif // __TERRALIB_QT_WIDGETS_INTERNAL_OBSERVATIONPROPERTIESWIDGET_H
boost::shared_ptr< DataSetType > DataSetTypePtr