Subversion Repositories eFlore/Applications.cel

Rev

Rev 140 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 140 Rev 258
Line 87... Line 87...
87
							if ((entites = reponse.get(i).isArray()) != null) {
87
							if ((entites = reponse.get(i).isArray()) != null) {
Line 88... Line 88...
88
								
88
								
89
								String localite = ((JSONString) entites.get(0)).stringValue();
89
								String localite = ((JSONString) entites.get(0)).stringValue();
90
								String commune  = ((JSONString) entites.get(1)).stringValue();
90
								String commune  = ((JSONString) entites.get(1)).stringValue();
-
 
91
								String lieuDit  = ((JSONString) entites.get(2)).stringValue();
Line 91... Line 92...
91
								String lieuDit  = ((JSONString) entites.get(2)).stringValue();
92
								String station  = ((JSONString) entites.get(3)).stringValue();
92
								
93
								
93
								EntiteGeographiqueObservation ent = new EntiteGeographiqueObservation(localite, commune, lieuDit);
94
								EntiteGeographiqueObservation ent = new EntiteGeographiqueObservation(localite, commune, lieuDit, station);
94
								listeEntiteGeographiqueObservation.put(ent);
95
								listeEntiteGeographiqueObservation.put(ent);
95
							}	
96
							}