NASA World Wind

Uses of Interface
gov.nasa.worldwind.tracks.Track

Packages that use Track
gov.nasa.worldwind.layers   
gov.nasa.worldwind.tracks   
 

Uses of Track in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return types with arguments of type Track
 java.lang.Iterable<Track> TrackLayer.getTracks()
          Returns the Iterable of Tracks currently in use by this layer.
 

Method parameters in gov.nasa.worldwind.layers with type arguments of type Track
 void TrackLayer.setTrackIterable(java.lang.Iterable<Track> trackIterable)
          Overrides the collection of currently active Tracks with the specified trackIterable.
 void TrackLayer.setTracks(java.util.Collection<Track> tracks)
          Sets the specified tracks as this layer's internal collection.
 

Constructor parameters in gov.nasa.worldwind.layers with type arguments of type Track
TrackLayer(java.util.Collection<Track> tracks)
          Creates a new TrackLayer with the specified tracks in its internal collection.
TrackMarkerLayer(java.util.Collection<Track> tracks)
           
TrackPipesLayer(java.util.Collection<Track> tracks)
           
 

Uses of Track in gov.nasa.worldwind.tracks
 

Constructor parameters in gov.nasa.worldwind.tracks with type arguments of type Track
TrackPointIteratorImpl(java.lang.Iterable<Track> trackIterable)
           
 


NASA World Wind