gov.nasa.worldwind.formats.gpx.GpxReader Maven / Gradle / Ivy
The newest version!
/*
* Copyright (C) 2012 United States Government as represented by the Administrator of the
* National Aeronautics and Space Administration.
* All Rights Reserved.
*/
package gov.nasa.worldwind.formats.gpx;
import gov.nasa.worldwind.tracks.*;
import gov.nasa.worldwind.util.Logging;
import gov.nasa.worldwind.geom.Position;
import java.util.Iterator;
/**
* @author tag
* @version $Id: GpxReader.java 1171 2013-02-11 21:45:02Z dcollins $
*/
public class GpxReader // TODO: I18N, proper exception handling, remove stack-trace prints
{
private javax.xml.parsers.SAXParser parser;
private java.util.List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy