| Line 440... |
Line 440... |
| 440 |
}
|
440 |
}
|
| Line 441... |
Line 441... |
| 441 |
|
441 |
|
| 442 |
// Affichage de l'image correspondante
|
442 |
// Affichage de l'image correspondante
|
| 443 |
if(details.isVisible()) {
|
443 |
if(details.isVisible()) {
|
| 444 |
// Affichage de la carte de repartition correspondante
|
444 |
// Affichage de la carte de repartition correspondante
|
| 445 |
String numeroNomenclaturalSaisiObservation = obs.getNumeroNomenclaturalSaisi() ;
|
445 |
String numeroNomenclaturalSaisiObservation = obs.getNumeroNomenclaturalRetenu() ;
|
| 446 |
observationModele.obtenirImageInformationRepartition(informationRepartitionVue,numeroNomenclaturalSaisiObservation) ;
|
446 |
observationModele.obtenirImageInformationRepartition(informationRepartitionVue,numeroNomenclaturalSaisiObservation) ;
|
| 447 |
liExtVue.rafraichir(numeroNomenclaturalSaisiObservation, false);
|
447 |
liExtVue.rafraichir(numeroNomenclaturalSaisiObservation, false);
|
| 448 |
observationModele.obtenirImageGenerique(imageGeneriqueVue,numeroNomenclaturalSaisiObservation) ;
|
448 |
observationModele.obtenirImageGenerique(imageGeneriqueVue,numeroNomenclaturalSaisiObservation) ;
|
| 449 |
observationModele.obtenirLiaisonImage(mvz, obs.getId()) ;
|
449 |
observationModele.obtenirLiaisonImage(mvz, obs.getId()) ;
|