27 #include "../../../dataaccess.h" 
   28 #include "../../../datatype/Property.h" 
   30 #include "ui_TemporalPropertiesWidgetForm.h" 
   37   m_ui(new Ui::TemporalPropertiesWidgetForm),
 
   49       m_ui->m_phenomenomComboBox->addItem(item);
 
   50       m_ui->m_resultComboBox->addItem(item);
 
   51       m_ui->m_validComboBox->addItem(item);
 
virtual std::string getPropertyName(std::size_t i) const =0
It returns the property name at position pos. 
 
virtual std::size_t getNumProperties() const =0
It returns the number of properties that composes an item of the dataset. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib. 
 
virtual int getPropertyDataType(std::size_t i) const =0
It returns the underlying data type of the property at position pos.