Exemple #1
0
 def thematicMapsPerson(self):
     thematicMaps = DisplayMapsDlg(self.project, 'person_sample',
                                   'Thematic Map of Person Variables',
                                   'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
Exemple #2
0
 def thematicMapsGQ(self):
     thematicMaps = DisplayMapsDlg(
         self.project, 'gq_sample',
         'Thematic Map of Groupquarter Variables', 'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
Exemple #3
0
 def thematicMapsHhld(self):
     thematicMaps = DisplayMapsDlg(self.project, 'hhld_sample',
                                   'Thematic Map of Household Variables',
                                   'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
 def thematicMapsPerson(self):
     thematicMaps = DisplayMapsDlg(self.project, "person_sample", "Thematic Map of Person Variables", "thematic")
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
 def thematicMapsGQ(self):
     thematicMaps = DisplayMapsDlg(self.project, "gq_sample", "Thematic Map of Groupquarter Variables", "thematic")
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
 def thematicMapsHhld(self):
     thematicMaps = DisplayMapsDlg(self.project, "hhld_sample", "Thematic Map of Household Variables", "thematic")
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
Exemple #7
0
 def thematicMapsPerson(self):
     thematicMaps = DisplayMapsDlg(self.project, 'person_sample', 'Thematic Map of Person Variables', 'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
Exemple #8
0
 def thematicMapsGQ(self):
     thematicMaps = DisplayMapsDlg(self.project, 'gq_sample', 'Thematic Map of Groupquarter Variables', 'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)
Exemple #9
0
 def thematicMapsHhld(self):
     thematicMaps = DisplayMapsDlg(self.project, 'hhld_sample', 'Thematic Map of Household Variables', 'thematic')
     if thematicMaps.check < 0:
         thematicMaps.exec_()
     else:
         self.thematicErrorDisplay(thematicMaps.check)