Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1180 | Rev 1219 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1180 Rev 1217
1
<?php
1
<?php
2
// declare(encoding='UTF-8');
2
// declare(encoding='UTF-8');
3
/**
3
/**
4
 * Classe mère du module Liste.
4
 * Classe mère du module Liste.
5
 *
5
 *
6
 * @category	PHP 5.2
6
 * @category	PHP 5.2
7
 * @package		eflore-consultation
7
 * @package		eflore-consultation
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
9
 * @author		Delphine CAUQUIL <delphine@tela-botanica.org>
9
 * @author		Delphine CAUQUIL <delphine@tela-botanica.org>
10
 * @copyright	2011 Tela-Botanica
10
 * @copyright	2011 Tela-Botanica
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
12
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
12
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
13
 * @version		$Id$
13
 * @version		$Id$
14
 */
14
 */
15
class Repartition extends aControleur {
15
class Repartition extends aControleur {
16
 
16
 
17
	private $conteneur = null;
17
	private $conteneur = null;
18
	private $nomCourant = null;
18
	private $nomCourant = null;
19
	private $referentiel = 'bdtfx';
19
	private $referentiel = 'bdtfx';
20
	private $donnees = array();
20
	private $donnees = array();
21
	private $tailleBloc = "190x178";
21
	private $tailleBloc = "190x178";
22
	private $serviceChorodep = null;
22
	private $serviceChorodep = null;
23
	private $cartes;
23
	private $cartes;
24
	private $meta;
24
	private $meta;
25
	private $appUrls;
25
	private $appUrls;
26
	
26
	
27
	public function __construct(Conteneur $conteneur) {
27
	public function __construct(Conteneur $conteneur) {
28
		$this->conteneur = $conteneur;
28
		$this->conteneur = $conteneur;
29
		$this->nomCourant = $this->conteneur->getNomCourant();
29
		$this->nomCourant = $this->conteneur->getNomCourant();
30
		$this->referentiel = $this->conteneur->getParametre('referentiel');
30
		$this->referentiel = $this->conteneur->getParametre('referentiel');
31
		$this->cartes = $this->conteneur->getApiCartes();
31
		$this->cartes = $this->conteneur->getApiCartes();
32
		$this->meta = $this->conteneur->getApiMetaDonnees();
32
		$this->meta = $this->conteneur->getApiMetaDonnees();
33
		$this->appUrls = $this->conteneur->getAppUrls();
33
		$this->appUrls = $this->conteneur->getAppUrls();
34
	}
34
	}
35
 
35
 
36
	public function obtenirDonnees() {
36
	public function obtenirDonnees() {
37
		$this->getRepartition();
37
		$this->getRepartition();
38
		$this->getMoissonnage();
38
		$this->getMoissonnage();
-
 
39
		$this->getFloreProbable();
39
		$this->donnees['widget']['nt'] = $this->nomCourant->getNt();
40
		$this->donnees['widget']['nt'] = $this->nomCourant->getNt();
40
		$this->donnees['widget']['nn'] = $this->nomCourant->getNnr();
41
		$this->donnees['widget']['nn'] = $this->nomCourant->getNnr();
41
		$this->donnees['widget']['referentiel'] = $this->referentiel;
42
		$this->donnees['widget']['referentiel'] = $this->referentiel;
42
		return $this->donnees;
43
		return $this->donnees;
43
	}
44
	}
44
 
45
 
45
	public function obtenirDonneesExport() {
46
	public function obtenirDonneesExport() {
46
		$this->getRepartition();
47
		$this->getRepartition();
47
		$donnees['chorodep'] = $this->donnees['repartition'];
48
		$donnees['chorodep'] = $this->donnees['repartition'];
48
		$this->getMoissonnageExport();
49
		$this->getMoissonnageExport();
49
		// TODO: renommer l'index "eflore" en moissonnage
50
		// TODO: renommer l'index "eflore" en moissonnage
50
		// et renommer dans pdf_export/squelettes/pdf_repartition.tpl.html 
51
		// et renommer dans pdf_export/squelettes/pdf_repartition.tpl.html 
51
		$donnees['eflore'] = $this->donnees['moissonnage'];
52
		$donnees['eflore'] = $this->donnees['moissonnage'];
52
		return $donnees;
53
		return $donnees;
53
	}
54
	}
54
	
55
	
55
	private function getRepartition() {
56
	private function getRepartition() {
56
		$projetRepartition = Config::get($this->referentiel.'.baseRepartition');
57
		$projetRepartition = Config::get($this->referentiel.'.baseRepartition');
57
		// eg: eflore ou chorodep
58
		// eg: eflore ou chorodep
58
		// cf: bdtfx.ini, bdtxa.ini
59
		// cf: bdtfx.ini, bdtxa.ini
59
		if ($projetRepartition != "") {
60
		if ($projetRepartition != "") {
60
			$this->cartes->setProjet($projetRepartition);
61
			$this->cartes->setProjet($projetRepartition);
61
			$this->cartes->setLargeur('630');
62
			$this->cartes->setLargeur('630');
62
			
63
			
63
			//TODO: démochir ce code
64
			//TODO: démochir ce code
64
			// Chargement des nn des synonymes pour obtenir une carte plus complète
65
			// Chargement des nn des synonymes pour obtenir une carte plus complète
65
			$noms = $this->conteneur->getApiNoms();
66
			$noms = $this->conteneur->getApiNoms();
66
			$syns = $noms->getSynonymes($this->nomCourant->getNnr());
67
			$syns = $noms->getSynonymes($this->nomCourant->getNnr());
67
			$nns_syns = array_keys($syns['resultat']);
68
			$nns_syns = array_keys($syns['resultat']);
68
			$nns_syns[] = $this->nomCourant->getNnr();
69
			$nns_syns[] = $this->nomCourant->getNnr();
69
			$id = 'nn:'.implode(',', $nns_syns);
70
			$id = 'nn:'.implode(',', $nns_syns);
70
			
71
			
71
			$this->cartes->setId($id);
72
			$this->cartes->setId($id);
72
			$repartition['svgUrl'] = $this->cartes->getUrlDataSvg();
73
			$repartition['svgUrl'] = $this->cartes->getUrlDataSvg();
73
			$repartition['pngUrl'] = $this->cartes->getUrlPng();
74
			$repartition['pngUrl'] = $this->cartes->getUrlPng();
74
			$repartition['legende'] = $this->cartes->getLegendeId();
75
			$repartition['legende'] = $this->cartes->getLegendeId();
75
			$this->meta->setProjet($projetRepartition);
76
			$this->meta->setProjet($projetRepartition);
76
			$meta = $this->meta->getMetaDonnees();
77
			$meta = $this->meta->getMetaDonnees();
77
			$repartition['meta'] = $meta[0];
78
			$repartition['meta'] = $meta[0];
78
			$repartition['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($projetRepartition);
79
			$repartition['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($projetRepartition);
79
			$this->donnees['repartition'] = $repartition;
80
			$this->donnees['repartition'] = $repartition;
80
		}
81
		}
81
	}
82
	}
82
	
83
	
83
	private function getMoissonnage() {
84
	private function getMoissonnage() {
84
		$projetMoissonnage = Config::get($this->referentiel.'.baseMoissonnage');
85
		$projetMoissonnage = Config::get($this->referentiel.'.baseMoissonnage');
85
		if (! $projetMoissonnage) return;
86
		if (! $projetMoissonnage) return;
86
		$this->cartes->setProjet('moissonnage');
87
		$this->cartes->setProjet('moissonnage');
87
		$this->cartes->setLargeur('600');
88
		$this->cartes->setLargeur('600');
88
		$this->cartes->setInfoNom($this->nomCourant->getNt());
89
		$this->cartes->setInfoNom($this->nomCourant->getNt());
89
		$this->cartes->setInfoReferentiel($this->referentiel);
90
		$this->cartes->setInfoReferentiel($this->referentiel);
90
		$eflore['mapUrl'] = $this->cartes->getUrlMapSvg();
91
		$eflore['mapUrl'] = $this->cartes->getUrlMapSvg();
91
		$eflore['mapTelechargementUrls'] = array('png' => $this->cartes->getUrlTelechargementMapPng(),
92
		$eflore['mapTelechargementUrls'] = array('png' => $this->cartes->getUrlTelechargementMapPng(),
92
												'html' => $this->cartes->getUrlTelechargementMapHtml());
93
												'html' => $this->cartes->getUrlTelechargementMapHtml());
93
		$eflore['legende'] = $this->cartes->getLegende();
94
		$eflore['legende'] = $this->cartes->getLegende();
94
		$this->donnees['moissonnage'] = $eflore;
95
		$this->donnees['moissonnage'] = $eflore;
95
	}
96
	}
96
	
97
	
97
	private function getMoissonnageExport() {
98
	private function getMoissonnageExport() {
98
		$projetMoissonnage = Config::get($this->referentiel.'.baseMoissonnage');
99
		$projetMoissonnage = Config::get($this->referentiel.'.baseMoissonnage');
99
		if (! $projetMoissonnage) return;
100
		if (! $projetMoissonnage) return;
100
		$this->cartes->setProjet($projetMoissonnage);
101
		$this->cartes->setProjet($projetMoissonnage);
101
		$this->cartes->setLargeur('min');
102
		$this->cartes->setLargeur('min');
102
		$this->cartes->setInfoNom($this->nomCourant->getNomRetenu());
103
		$this->cartes->setInfoNom($this->nomCourant->getNomRetenu());
103
		$eflore['min'] = $this->cartes->getUrlEflorePng();
104
		$eflore['min'] = $this->cartes->getUrlEflorePng();
104
		$eflore['legende'] = $this->cartes->getLegende();
105
		$eflore['legende'] = $this->cartes->getLegende();
105
		$this->donnees['moissonnage'] = $eflore;
106
		$this->donnees['moissonnage'] = $eflore;
106
	}
107
	}
-
 
108
	
-
 
109
	private function getFloreProbable() {
-
 
110
		$projetFloreProbable = "sophy";//Config::get($this->referentiel.'.floreProbable');
-
 
111
		if (! $projetFloreProbable) return;
-
 
112
		$this->cartes->setProjet($projetFloreProbable);
-
 
113
 
-
 
114
		$this->meta->setProjet($projetFloreProbable);
-
 
115
		$this->cartes->setId($this->referentiel.'.nt:'.$this->nomCourant->getNt());
-
 
116
		// TODO: url téléchargement de la carte lorsqu'on sera sur que c'est possible
-
 
117
		// dans ['carte']['telechargement'] par exemple
-
 
118
		$this->donnees['flore_probable'] = array('carte' => array(), 'meta' => array());
-
 
119
		$this->donnees['flore_probable']['meta']['url'] = $this->appUrls->obtenirUrlMetaDonnees($projetFloreProbable);
-
 
120
		$this->donnees['flore_probable']['carte']['url'] = $this->cartes->getUrlFloreProbablePng();
-
 
121
	}
107
 
122
 
108
	public function getBloc() {
123
	public function getBloc() {
109
		$donnees['chorodep'] = $this->getChorodepMiniature();
124
		$donnees['chorodep'] = $this->getChorodepMiniature();
110
		$donnees['eflore'] = $this->getMoissonnageMiniature();
125
		$donnees['eflore'] = $this->getMoissonnageMiniature();
111
 
126
 
112
		// TODO: moche, comment gérer le fait que l'onglet "synthèse", en "bdtxa", doive
127
		// TODO: moche, comment gérer le fait que l'onglet "synthèse", en "bdtxa", doive
113
		// afficher la carte chorologie, et non la carte chorodep.
128
		// afficher la carte chorologie, et non la carte chorodep.
114
		// workaround: écrasement de l'URL dans ['répartition']['chorodep']:
129
		// workaround: écrasement de l'URL dans ['répartition']['chorodep']:
115
		if($this->referentiel == 'bdtxa') {
130
		if($this->referentiel == 'bdtxa') {
116
			$syns = $this->conteneur->getApiNoms()->getSynonymes($this->nomCourant->getNnr());
131
			$syns = $this->conteneur->getApiNoms()->getSynonymes($this->nomCourant->getNnr());
117
			$nns_syns = array_keys($syns['resultat']);
132
			$nns_syns = array_keys($syns['resultat']);
118
			$nns_syns[] = $this->nomCourant->getNnr();
133
			$nns_syns[] = $this->nomCourant->getNnr();
119
			$donnees['chorodep'] = Cartes::getCarteUrlPng(Config::get($this->referentiel.'.baseRepartition'),
134
			$donnees['chorodep'] = Cartes::getCarteUrlPng(Config::get($this->referentiel.'.baseRepartition'),
120
														  'nn:'.implode(',', $nns_syns),
135
														  'nn:'.implode(',', $nns_syns),
121
														  '190x178');
136
														  '190x178');
122
		}
137
		}
123
 
138
 
124
		return $donnees;
139
		return $donnees;
125
	}
140
	}
126
	
141
	
127
	private function getChorodepMiniature() {
142
	private function getChorodepMiniature() {
128
		$projetRepartition = Config::get($this->referentiel.'.baseRepartition');
143
		$projetRepartition = Config::get($this->referentiel.'.baseRepartition');
129
		$url = null;
144
		$url = null;
130
		if ($projetRepartition != "") {
145
		if ($projetRepartition != "") {
131
			$this->cartes->setProjet($projetRepartition);
146
			$this->cartes->setProjet($projetRepartition);
132
			$this->cartes->setProjet('chorodep');
147
			$this->cartes->setProjet('chorodep');
133
			$this->cartes->setLargeur('190x178');
148
			$this->cartes->setLargeur('190x178');
134
			//TODO: démochir ce code
149
			//TODO: démochir ce code
135
			// Chargement des nn des synonymes pour obtenir une carte plus complète
150
			// Chargement des nn des synonymes pour obtenir une carte plus complète
136
			$noms = $this->conteneur->getApiNoms();
151
			$noms = $this->conteneur->getApiNoms();
137
			$syns = $noms->getSynonymes($this->nomCourant->getNnr());
152
			$syns = $noms->getSynonymes($this->nomCourant->getNnr());
138
			$nns_syns = array_keys($syns['resultat']);
153
			$nns_syns = array_keys($syns['resultat']);
139
			$nns_syns[] = $this->nomCourant->getNnr();
154
			$nns_syns[] = $this->nomCourant->getNnr();
140
			$id = 'nn:'.implode(',', $nns_syns);
155
			$id = 'nn:'.implode(',', $nns_syns);
141
			$this->cartes->setId($id);
156
			$this->cartes->setId($id);
142
			$url =  $this->cartes->getUrlPng();
157
			$url =  $this->cartes->getUrlPng();
143
		}
158
		}
144
		return $url;
159
		return $url;
145
	}
160
	}
146
	
161
	
147
	private function getMoissonnageMiniature() {
162
	private function getMoissonnageMiniature() {
148
		$projetMoissonnage = Config::get($this->referentiel.'.baseMoissonnage');
163
		$projetMoissonnage = Config::get($this->referentiel.'.baseMoissonnage');
149
		$url = null;
164
		$url = null;
150
		if ($projetMoissonnage != "") {
165
		if ($projetMoissonnage != "") {
151
			$this->cartes->setProjet('moissonnage');
166
			$this->cartes->setProjet('moissonnage');
152
			$this->cartes->setLargeur('190');
167
			$this->cartes->setLargeur('190');
153
			$this->cartes->setInfoReferentiel($this->referentiel);
168
			$this->cartes->setInfoReferentiel($this->referentiel);
154
			$this->cartes->setInfoNom($this->nomCourant->getNt());
169
			$this->cartes->setInfoNom($this->nomCourant->getNt());
155
			$url = $this->cartes->getUrlMapPng();
170
			$url = $this->cartes->getUrlMapPng();
156
		}
171
		}
157
		return $url;
172
		return $url;
158
	}
173
	}
159
}
174
}
160
?>
175
?>