-
- All Implemented Interfaces:
-
android.os.Parcelable
public class AGpxFileDetails extends AidlParams
-
-
Field Summary
Fields Modifier and Type Field Description private floattotalDistanceprivate inttotalTracksprivate longstartTimeprivate longendTimeprivate longtimeSpanprivate longtimeMovingprivate floattotalDistanceMovingprivate doublediffElevationUpprivate doublediffElevationDownprivate doubleavgElevationprivate doubleminElevationprivate doublemaxElevationprivate floatminSpeedprivate floatmaxSpeedprivate floatavgSpeedprivate intpointsprivate intwptPointspublic final static Parcelable.Creator<AGpxFileDetails>CREATOR
-
Constructor Summary
Constructors Constructor Description AGpxFileDetails(float totalDistance, int totalTracks, long startTime, long endTime, long timeSpan, long timeMoving, float totalDistanceMoving, double diffElevationUp, double diffElevationDown, double avgElevation, double minElevation, double maxElevation, float minSpeed, float maxSpeed, float avgSpeed, int points, int wptPoints, Set<String> wptCategoryNames)AGpxFileDetails(Parcel in)
-
Method Summary
Modifier and Type Method Description floatgetTotalDistance()intgetTotalTracks()longgetStartTime()longgetEndTime()longgetTimeSpan()longgetTimeMoving()floatgetTotalDistanceMoving()doublegetDiffElevationUp()doublegetDiffElevationDown()doublegetAvgElevation()doublegetMinElevation()doublegetMaxElevation()floatgetMinSpeed()floatgetMaxSpeed()floatgetAvgSpeed()intgetPoints()intgetWptPoints()voidwriteToBundle(Bundle bundle)-
Methods inherited from class net.osmand.aidlapi.AidlParams
describeContents, readFromParcel, writeToParcel -
Methods inherited from class android.os.Parcelable
describeContents, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AGpxFileDetails
AGpxFileDetails(float totalDistance, int totalTracks, long startTime, long endTime, long timeSpan, long timeMoving, float totalDistanceMoving, double diffElevationUp, double diffElevationDown, double avgElevation, double minElevation, double maxElevation, float minSpeed, float maxSpeed, float avgSpeed, int points, int wptPoints, Set<String> wptCategoryNames)
-
AGpxFileDetails
AGpxFileDetails(Parcel in)
-
-
Method Detail
-
getTotalDistance
float getTotalDistance()
-
getTotalTracks
int getTotalTracks()
-
getStartTime
long getStartTime()
-
getEndTime
long getEndTime()
-
getTimeSpan
long getTimeSpan()
-
getTimeMoving
long getTimeMoving()
-
getTotalDistanceMoving
float getTotalDistanceMoving()
-
getDiffElevationUp
double getDiffElevationUp()
-
getDiffElevationDown
double getDiffElevationDown()
-
getAvgElevation
double getAvgElevation()
-
getMinElevation
double getMinElevation()
-
getMaxElevation
double getMaxElevation()
-
getMinSpeed
float getMinSpeed()
-
getMaxSpeed
float getMaxSpeed()
-
getAvgSpeed
float getAvgSpeed()
-
getPoints
int getPoints()
-
getWptPoints
int getWptPoints()
-
writeToBundle
void writeToBundle(Bundle bundle)
-
-
-
-