com.c5corp.c5gps
Class GpsType

java.lang.Object
  extended by com.c5corp.c5gps.GpsType
Direct Known Subclasses:
GpsPointCollection, GpsPointRecord

public abstract class GpsType
extends java.lang.Object

GpsType is the abstract parent class of GpsPointRecord and GpsPointCollection

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

Field Summary
 java.lang.String[] hdatum
          g7towin compatible strings - at least, the first four
 
Constructor Summary
GpsType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hdatum

public final java.lang.String[] hdatum
g7towin compatible strings - at least, the first four

Constructor Detail

GpsType

public GpsType()