com.partnersoft.gps
Class Constellation
java.lang.Object
com.partnersoft.gps.Constellation
- All Implemented Interfaces:
- java.lang.Cloneable
public class Constellation
- extends java.lang.Object
- implements java.lang.Cloneable
The location of the GPS satellites in the sky.
- Author:
- Russell Cagle Copyright 2007 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constellation
public Constellation()
Constellation
public Constellation(Constellation copy)
addSatellite
public void addSatellite(int prn,
Satellite satellite)
clear
public void clear()
getSatellites
public java.util.HashMap<java.lang.Integer,Satellite> getSatellites()
getUseableSatelliteCount
public int getUseableSatelliteCount()
getUsedSatelliteCount
public int getUsedSatelliteCount()
clone
public java.lang.Object clone()
- Overrides:
clone in class java.lang.Object