Uses of Class
keps.satellite.Satellite

Packages that use Satellite
keps   
keps.satellite   
 

Uses of Satellite in keps
 

Methods in keps with parameters of type Satellite
 void SGP0.update(Satellite sat, double tsince, Vector3 pos, Vector3 velo)
          The abstract update method implements the propagation model which, provided a satellite and a time, calculates a position and velocity for the object.
abstract  void PropagationModel.update(Satellite sat, double tsince, Vector3 pos, Vector3 velo)
          The abstract update method implements the propagation model which, provided a satellite and a time, calculates a position and velocity for the object.
 

Uses of Satellite in keps.satellite
 

Methods in keps.satellite that return Satellite
 Satellite SatelliteLibrary.findSat(int satNumber)
           
 

Methods in keps.satellite that return types with arguments of type Satellite
 java.util.ArrayList<Satellite> LibraryAugments.getCatalogue()
           
 java.util.ArrayList<Satellite> CatalogueImporter.getCatalogue()
           
 

Methods in keps.satellite with parameters of type Satellite
 boolean SatelliteLibrary.addToLibrary(Satellite newSat)
           
 boolean LibraryAugments_mccants.mergeAugmentLibrary(SatelliteLibrary satLib, Satellite augSat)
           
 

Method parameters in keps.satellite with type arguments of type Satellite
 void SatelliteLibrary.addToLibrary(java.util.ArrayList<Satellite> newSatLib)