Worldwind public release 0.2
[worldwind-tracker.git] / gov / nasa / worldwind / Track.java
bloba3ae51afa205f47d663beb2d4849fd3945014ee0
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;
9 /**
10 * @author tag
11 * @version $Id: Track.java 1016 2007-02-25 11:24:47Z tgaskins $
13 public interface Track
15 java.util.List<TrackSegment> getSegments();
17 String getName();
19 int getNumPoints();