Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 4
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)
Exemplo n.º 5
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)
Exemplo n.º 6
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)
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 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)