Updated to worldwind release 20070817
[worldwind-tracker.git] / gov / nasa / worldwind / tracks / Track.java
blob8ef82e3442097f71d97c20f032b0f2a5ba3e87ba
1 /*
2 Copyright (C) 2001, 2006 United States Government
3 as represented by the Administrator of the
4 National Aeronautics and Space Administration.
5 All Rights Reserved.
6 */
7 package gov.nasa.worldwind.tracks;
9 /**
10 * @author tag
11 * @version $Id: Track.java 2422 2007-07-25 23:07:49Z tgaskins $
13 public interface Track
15 java.util.List<TrackSegment> getSegments();
17 String getName();
19 int getNumPoints();