Worldwind public release 0.2
[worldwind-tracker.git] / gov / nasa / worldwind / TrackSegment.java
blob52276faa1b628a5740d55a64be3afcedb8673c9d
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: TrackSegment.java 288 2006-12-07 12:21:49Z tgaskins $
13 public interface TrackSegment
15 java.util.List<TrackPoint> getPoints();