10721073107410751076107710781079108010811082
"attribute 'minlat' is required"); if (strict) throw ex; else ex.printStackTrace(); } if (!attributes.containsKey(BOUNDSAttribute.MAXLAT)) { XMLStreamException ex = newParseError(e, "attribute 'maxlat' is required");
10821083108410851086108710881089109010911092
"attribute 'maxlat' is required"); if (strict) throw ex; else ex.printStackTrace(); } if (!attributes.containsKey(BOUNDSAttribute.MINLON)) { XMLStreamException ex = newParseError(e, "attribute 'minlon' is required");
10921093109410951096109710981099110011011102
"attribute 'minlon' is required"); if (strict) throw ex; else ex.printStackTrace(); } if (!attributes.containsKey(BOUNDSAttribute.MAXLON)) { XMLStreamException ex = newParseError(e, "attribute 'maxlon' is required");
11021103110411051106110711081109111011111112
"attribute 'maxlon' is required"); if (strict) throw ex; else ex.printStackTrace(); } minlat = Double.parseDouble(attributes.get(BOUNDSAttribute.MINLAT)); maxlat = Double.parseDouble(attributes.get(BOUNDSAttribute.MAXLAT)); minlon = Double.parseDouble(attributes.get(BOUNDSAttribute.MINLON));
16151616161716181619162016211622162316241625
"attribute 'version' is required"); if (strict) throw ex; else ex.printStackTrace(); } else email += attributes.get(EMAILAttribute.ID); email += "@";
16281629163016311632163316341635163616371638
"attribute 'version' is required"); if (strict) throw ex; else ex.printStackTrace(); } else email += attributes.get(EMAILAttribute.DOMAIN); e = getNextEvent(); checkValid(e, XMLEvent.END_ELEMENT, "email");
159160161162163164165166167168169
"attribute 'lat' is required"); if (strict) throw ex; else ex.printStackTrace(); } if (!attributes.containsKey(WPTAttribute.LON)) { XMLStreamException ex = newParseError(e, "attribute 'lon' is required");
169170171172173174175176177178179
"attribute 'lon' is required"); if (strict) throw ex; else ex.printStackTrace(); } wp.lat = Double.parseDouble(attributes.get(WPTAttribute.LAT)); wp.lon = Double.parseDouble(attributes.get(WPTAttribute.LON)); wp.ele = 0;
351352353354355356357358359360361
"attribute 'version' is required"); if (strict) throw ex; else ex.printStackTrace(); } else { sendGraphAttributeAdded(sourceId, "gpx.version", attributes .get(GPXAttribute.VERSION)); }
364365366367368369370371372373374
"attribute 'creator' is required"); if (strict) throw ex; else ex.printStackTrace(); } else { sendGraphAttributeAdded(sourceId, "gpx.creator", attributes .get(GPXAttribute.CREATOR)); }