com.partnersoft.io.gps.trimble
Class CourseAndSpeed

java.lang.Object
  extended by com.partnersoft.io.gps.trimble.CourseAndSpeed

public class CourseAndSpeed
extends java.lang.Object

The native code depends on the fields in this class, so don't take any out or change their names.

Author:
Russell Cagle Copyright 2006 Partner Software, Inc.

Field Summary
 double course
           
 double speed
           
 
Constructor Summary
CourseAndSpeed()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

course

public double course

speed

public double speed
Constructor Detail

CourseAndSpeed

public CourseAndSpeed()