Uses of Interface
org.wamblee.gps.track.TrackSegment

Packages that use TrackSegment
org.wamblee.gps.track   
org.wamblee.gpx   
 

Uses of TrackSegment in org.wamblee.gps.track
 

Subinterfaces of TrackSegment in org.wamblee.gps.track
 interface Track
           
 

Classes in org.wamblee.gps.track that implement TrackSegment
 class FilteredTrack
          Filtered track provides a filtered view on a track.
 class TrackImpl
           
 class TrackSegmentImpl
          Represents a GPS track.
 

Methods in org.wamblee.gps.track that return types with arguments of type TrackSegment
 java.util.List<TrackSegment> Track.getSegments()
           
 java.util.List<TrackSegment> TrackImpl.getSegments()
           
 java.util.List<TrackSegment> FilteredTrack.getSegments()
           
 

Methods in org.wamblee.gps.track with parameters of type TrackSegment
 void TrackImpl.addSegment(TrackSegment aSegment)
           
 

Uses of TrackSegment in org.wamblee.gpx
 

Constructors in org.wamblee.gpx with parameters of type TrackSegment
TrackStatistics(TrackSegment aTrack)
           
 



Copyright © 2010. All Rights Reserved.