com.partnersoft.io.gps.trimble
Class GPSSatellite

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

public class GPSSatellite
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 azimuth
           
 double elevation
           
 boolean isUsable
           
 boolean isUsed
           
 double l1snr
           
 double l2snr
           
 int prn
           
 
Constructor Summary
GPSSatellite()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prn

public int prn

elevation

public double elevation

azimuth

public double azimuth

l1snr

public double l1snr

l2snr

public double l2snr

isUsable

public boolean isUsable

isUsed

public boolean isUsed
Constructor Detail

GPSSatellite

public GPSSatellite()