NASA World Wind

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

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

Uses of Track in gov.nasa.worldwind.applications.sar.tracks
 

Methods in gov.nasa.worldwind.applications.sar.tracks that return Track
protected  Track[] AbstractTrackReader.asArray(List<Track> trackList)
           
protected  Track[] NMEATrackReader.doRead(InputStream inputStream)
           
protected  Track[] GPXTrackReader.doRead(InputStream inputStream)
           
protected  Track[] CSVTrackReader.doRead(InputStream inputStream)
           
protected abstract  Track[] AbstractTrackReader.doRead(InputStream inputStream)
           
protected  Track[] AbstractTrackReader.doRead(Object source)
           
protected  Track[] AbstractTrackReader.doRead(String filePath)
           
protected  Track[] AbstractTrackReader.doRead(URL url)
           
 Track[] TrackReader.read(Object source)
           
 Track[] AbstractTrackReader.read(Object source)
           
 

Method parameters in gov.nasa.worldwind.applications.sar.tracks with type arguments of type Track
protected  Track[] AbstractTrackReader.asArray(List<Track> trackList)
           
 

Uses of Track in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return types with arguments of type Track
 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(Iterable<Track> trackIterable)
          Overrides the collection of currently active Tracks with the specified trackIterable.
 void TrackLayer.setTracks(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(Collection<Track> tracks)
          Creates a new TrackLayer with the specified tracks in its internal collection.
 

Uses of Track in gov.nasa.worldwind.tracks
 

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


NASA World Wind

Hosted by docs.bugaco.com