public class GPSXmlToGPSTxtHelper
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
private class |
GPSXmlToGPSTxtHelper.Info |
Modifier and Type | Field and Description |
---|---|
private double[] |
mFirstLocation |
private org.xmlpull.v1.XmlPullParser |
mXmlParser |
Constructor and Description |
---|
GPSXmlToGPSTxtHelper() |
Modifier and Type | Method and Description |
---|---|
void |
convertToTxt(java.lang.String xmlPath,
java.lang.String txtPath) |
private int |
findCorrectPosition(java.util.List<GPSXmlToGPSTxtHelper.Info> items,
int left,
int right,
long timestamp) |
double[] |
getFirstLocation() |
private org.xmlpull.v1.XmlPullParser mXmlParser
private double[] mFirstLocation
public void convertToTxt(java.lang.String xmlPath, java.lang.String txtPath)
public double[] getFirstLocation()
private int findCorrectPosition(java.util.List<GPSXmlToGPSTxtHelper.Info> items, int left, int right, long timestamp)