228229230231232233234235
@Override public void visitPt(WptType pt) throws GPXVisitorException { try { Elevations.this.addElevation(pt); } catch (DEMException fee) { throw new GPXVisitorException(pt, fee.getMessage(), fee); } }