com.partnersoft.gps
Class LaserRangefinderReading

java.lang.Object
  extended by com.partnersoft.gps.LaserRangefinderReading

public class LaserRangefinderReading
extends java.lang.Object

All distances are in meters, all angles are in degrees.

Author:
Russell Cagle Copyright 2006 Partner Software, Inc.

Field Summary
 double horizontalDistance
           
 double inclination
           
 double slopeDistance
           
 
Constructor Summary
LaserRangefinderReading()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

horizontalDistance

public double horizontalDistance

inclination

public double inclination

slopeDistance

public double slopeDistance
Constructor Detail

LaserRangefinderReading

public LaserRangefinderReading()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object