Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 70 Rev 72
Line 85... Line 85...
85
						
85
						
86
						for (int i = 0; i < taillemax; i++) {
86
						for (int i = 0; i < taillemax; i++) {
Line 87... Line 87...
87
							if ((entites = reponse.get(i).isArray()) != null) {
87
							if ((entites = reponse.get(i).isArray()) != null) {
-
 
88
								
88
								
89
								String entite = ((JSONString) entites.get(0)).stringValue();
Line 89... Line 90...
89
								String entite = ((JSONString) entites.get(0)).stringValue();
90
								String idEntite  = ((JSONString) entites.get(1)).stringValue();
Line 90... Line 91...
90
								String parent  = ((JSONString) entites.get(1)).stringValue();
91
								String idParent  = ((JSONString) entites.get(2)).stringValue();
Line 91... Line 92...
91
								
92
								
92
								
93
								
93
								EntiteGeographiqueObservation ent = new EntiteGeographiqueObservation(entite, parent);
94
								EntiteGeographiqueObservation ent = new EntiteGeographiqueObservation(entite, idEntite, idParent);