com.partnersoft.gps
Class Constellation

java.lang.Object
  extended by 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.

Constructor Summary
Constellation()
           
Constellation(Constellation copy)
           
 
Method Summary
 void addSatellite(int prn, Satellite satellite)
           
 void clear()
           
 java.lang.Object clone()
           
 java.util.HashMap<java.lang.Integer,Satellite> getSatellites()
           
 int getUseableSatelliteCount()
           
 int getUsedSatelliteCount()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Constellation

public Constellation()

Constellation

public Constellation(Constellation copy)
Method Detail

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