com.c5corp.c5gps
Class GpsPointCollection

java.lang.Object
  extended by com.c5corp.c5gps.GpsType
      extended by com.c5corp.c5gps.GpsPointCollection
All Implemented Interfaces:
java.util.Enumeration
Direct Known Subclasses:
Route, TrackLog

public abstract class GpsPointCollection
extends GpsType
implements java.util.Enumeration

GpsPointCollection is the abstract parent class of TrackLog and Route

Since:
2.0
Author:
Brett Stalbaum Copyright 2002-2006 see LICENSE.txt and UCSD_LICENSE.txt
See Also:
TrackLog, Route

Field Summary
 
Fields inherited from class com.c5corp.c5gps.GpsType
hdatum
 
Constructor Summary
GpsPointCollection()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Constructor Detail

GpsPointCollection

public GpsPointCollection()